Quantcast
Channel: SQL Server Knowledge - Performance
Browsing latest articles
Browse All 3 View Live

Where is the bottleneck?

 You have a performance issue and try to solve the problem. Which action do we need to consider first?We will have a look at sys.dm_os_wait_stats DMV (Dynamic Management View). It requires “VIEW SERVER...

View Article



How to identify EXPENSIVE queries?

There is very useful dynamic management view (DMV) to identify expensive queries. It is called “sys.dm_exec_query_stats”. The query can be used to identify the expensive queries. And then I will...

View Article

Index Maintenance with PowerShell

SMO name space will be used to create the PowerShell script for maintenance plan. The Microsoft.SqlServer.Management.Smo namespace contains classes that represent the core SQL Server Database Engine...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images