-
Recent Posts
Archives
Categories
- Automation in SQL Server
- Backup – Restore
- Clustering
- Computers and Internet
- ContainedDB
- Database Mirroring
- DatabaseSnapshot
- Deployment
- Desktop Virtualization
- Disaster Recovery
- How To
- HyperV
- Jobs
- Just Learned
- Personal
- PowerShell
- Security in SQL Server
- SQL Server
- SQL Server Configuration
- SQL Server Denali CTP1
- SQL Server HA
- SQL Server Installation
- SQL Server Tools
- SQL Server Versions
- SQL2012
- SQLCMD
- SQLDay
- SQLPASS
- SQLSaturday
- SQLServerDay
- SSAS
- T-Log
- T-SQL
- TechED2012
- TestLab
- Tools
- UG Meet
My Tweet
- RT @whymicrosoft: Microsoft SQL Server offers mission critical features out of the box. Check out Microsoft’s comparison to Oracle: http://… 2 hours ago
- RT @vinodk_sql: #MyBlog on "Windows Phone 8 features I love using - blogs.extremeexperts.com/2013/05/23/win…" 2 days ago
- RT @vinodk_sql: Blog all set for tomm. Top Windows Phone 8 features that I love to share :) ... hehehe. 3 days ago
- RT @vinodk_sql: #MyBlog on "Contained Database and Windows User Group - bit.ly/17Q16Ut" 5 days ago
- Installing SharePoint 2010 on my testlab 6 days ago
Meta
Tag Archives: SQLCMD
Unable to start SQL Server after relocating TempDB
After I modified the file size of tempdb database yesterday on my SQL Express instance, SQL Server was failed to start. When I checked the SQL Server error log, following entries were recorded. 2012-11-07 11:25:34.99 spid10s Error: 17053, Severity: 16, … Continue reading
Posted in How To, Just Learned, SQL Server, SQL Server Configuration, SQLCMD
Tagged How-to, Just-Learned, SQL Server, SQLCMD
4 Comments
Rebuild MSDB Database
I had accidentally deleted the transaction log file of msdb database on a newly installed SQL Server 2008 R2 instance yesterday, while I was removing the old tempdb files. Although I normally copy the system database files prior removing the … Continue reading
Posted in Backup - Restore, Disaster Recovery, How To, Just Learned, SQL Server, SQLCMD
Tagged Backup-Restore, Disaster-Recovery, How-to, Just-Learned, SQL Server, SQLCMD
2 Comments
SQLCMD 101
This evening, I was trying to build a script to configure database mirroring using SQLCMD. As I was not well-versed with sqlcmd, I started to search for a tutorial. A search on Bing, landed me on this page, which has … Continue reading
Posted in How To, Just Learned, SQL Server, SQLCMD
Tagged How-to, Just-Learned, SQL Server, SQLCMD
Leave a comment
