-
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
- SQL Server fails to start after a backup, Interesting scenario demonstrated by @blakhani #SQLBangalore #SQLBangUG 1 day ago
- @blakhani is on stage.. With Engine Trouble... ? #SQLBangalore #SQLBangUG 1 day ago
- AlwaysOn Man is on stage... #SQLBangalore #SQLBangUG 1 day ago
- Some good learning about Reporting Services at #SQLBangalore UG meet .. Demo is going on 1 day ago
- Reporting Service Demo is going on in #SQLBangalore 1 day ago
Meta
Tag Archives: Backup-Restore
Why my Differential Backup was Failing?
In one of the online SQL forum, a forum user reported that, one of their server is scheduled for a weekly full database backup & daily differential database backup. However, during mid of this week, the daily differential job failed … Continue reading
Posted in Backup - Restore, Jobs, SQL Server
Tagged Backup-Restore, Jobs, SQL Server
Leave a comment
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
Restore Database WITH RESTART
Last night, I was migrating a production database from SQL Server 2005 to SQL Server 2008 environment. While the restoration script was running, failover happened due to a network failure. When the SQL instance started on the other node, all the … Continue reading
Posted in Backup - Restore, How To, Just Learned, SQL Server
Tagged Backup-Restore, How-to, Just-Learned, SQL Server
3 Comments
Deleting a Database!!! Did you take a Backup?
We all took backup of our databases, that’s a habit now rather than a task, correct?? However, did you take a backup before dropping a database? If not, you might consider to take a Full database backup before deleting a … Continue reading
