Identify and Store Long Running Queries

Identify and Store Active Transactions

Scenario How to Identify and Store Currently Running Queries in a Table? To retrieve information about currently executing requests on a Microsoft SQL Server database, we can use several Dynamic Management Views (DMVs) to gather information about the status of…

Read More →
How to change SQL Server instance name

How to change SQL Server instance name

Scenario Troubleshooting host name changes. When the machine name is changed where we have installed SQL Server, all the instances services are started but replication, Jobs, Alerts, Maintenance plans causes errors. Hence we have to rename the instance. Solution To…

Read More →