-
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 @vinodk_sql: #MyBlog on "Contained Database and Windows User Group - bit.ly/17Q16Ut" 1 day ago
- Installing SharePoint 2010 on my testlab 1 day ago
- #NowWatching #ABCD .. Super Liked !! 1 day ago
- SQL Server fails to start after a backup, Interesting scenario demonstrated by @blakhani #SQLBangalore #SQLBangUG 3 days ago
- @blakhani is on stage.. With Engine Trouble... ? #SQLBangalore #SQLBangUG 3 days ago
Meta
Monthly Archives: December 2009
How to check the version of SQL Server currently running on our instance?
Usually I visit the MSDN forums on a daily basis. One of the common questions which I found in the forum is How to check the version of SQL Server currently running on our instance? There is an article in … Continue reading
Posted in SQL Server Versions
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
Restoring a Database: From Copy-Only Backup File
In my earlier post, I had discussed how we can take a Full database backup with Copy-Only option. We can not create a Copy-Only backup using SSMS 2005, as we need to use a T-SQL script for the same. In … Continue reading
Posted in Backup - Restore
Leave a comment
