Tag Archives: SQL Scripts

Automate database restore procedure SQL Server

Automate database restore procedure SQL Server Make sure that the stored procedure “[dbo].[DB_Restore]” is available at Target Instance master database.  Connect to target server instance and open a new query window from SSMS Why Database Restore Automation? It reduce the … Continue reading

Posted in SQL Scripts, SQL Server DBA | Tagged , , , , , , , , , , , , , , , | 4 Comments

Case Sensitive Search in sql query

Case Sensitive Search in sql query Case Sensitive Query Search – SQL Server I have got a request to write a select query to get data by matching a column with case sensitive and I should not suppose to use … Continue reading

Posted in SQL Development | Tagged , , , , , , , , , , | Leave a comment

How To Monitor Replication in SQL Server

How To Monitor Replication in SQL Server   This post takes you through the T-SQL script How to Monitor Replication in SQL Server. Usually we need to monitor replication periodically through out the day. I have designed a solution to … Continue reading

Posted in High Availability, SQL Scripts | Tagged , , , , , , , , , | 4 Comments