How to know Database Version or Build no from a Backup File?
Generally we don't need this info for user database but when you have to recover or restore master database then…
Generally we don't need this info for user database but when you have to recover or restore master database then…
Suspect database in SQL Server is not very common issue but there are times we face it because of various…
I saw SQL Server error 14258 today while i was diagnosing my log shipping issue in which primary and standby…
Autocommit mode is the default transaction management mode of the SQL Server Database Engine. Every Transact-SQL statement is committed or…
Whenever you get the issue "Msg 7321" make sure your security context is correctly supplied. Otherwise you will get below…
Database Backup and restores are common task for any database administrator. We generally do lot of restore operations to fulfill…
Suppose you want to find out how many traces are running on your SQL Server database instance? If you don't…
The error 1813 comes when corrupt transaction log are attempted to attach to new server. Error details are given below:…
Suppose we had a database that has grown very large in size and located on the D drive that had…
Point In Time recovery is a process to recover or restore your database till the point it was lost. Sometimes…