-
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
- @blakhani is on stage.. With Engine Trouble... ? #SQLBangalore #SQLBangUG 53 minutes ago
- AlwaysOn Man is on stage... #SQLBangalore #SQLBangUG 59 minutes ago
- Some good learning about Reporting Services at #SQLBangalore UG meet .. Demo is going on 1 hour ago
- Reporting Service Demo is going on in #SQLBangalore 1 hour ago
- RT @kamleshrao: Next session - Troubleshooting Reporting Services Performance by Runeet #SQLBangUG #SQLBangalore 1 hour ago
Meta
Category 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
Shrinking Transaction log
Some days back, I had a discussion with one of my colleague about Shrinking a database log file. He told me that they had a database with a log size 10 times larger than the data file size, and they … Continue reading
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
Tail-log Backup without the Primary Data File
While I was reading a post, written by Vinod Kumar (blog | twitter) about Files and FileGroups with SQL Server, I found an interesting quiz question: “Do we need the primary data file available to backup your transaction log after a crash?“ … Continue reading
Posted in Backup - Restore, SQL Server, T-Log
6 Comments
Backup a database from one server and restore the same on the other server?
Well, this is a common question, which is asked frequently on MSDN forums, so think of writing a quick note on how to do the same. The scenario is as follows: Scenario: Say we have two database servers, ServerA and … Continue reading
Posted in Backup - Restore
Leave a comment
Restoration of Database using SQL Server 2005 : Part IV
In this post, we will see how to restore a database using Transact SQL query language. So let’s start with the database restoration from a full backup file. i. Restoration of a Database from a Full Backup File: In this … Continue reading
Posted in Backup - Restore
Leave a comment
Restoration of Database using SQL Server 2005 : Part III
In my previous post, we have discussed how to restore a database from a Full and a Differential data backup file. In this post, we are going to discuss, how to restore a database from both data and log backup … Continue reading
Posted in Backup - Restore
Leave a comment
Restoration of Database using SQL Server 2005 : Part II
In the earlier post of this series, we had discussed how to restore a database from a Full database backup file. In this series, we are going to discuss how to restore a database with a Full and a Differential … Continue reading
Posted in Backup - Restore
Leave a comment
