Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
sanjay5219
Posting Yak Master
240 Posts |
Posted - 2014-06-10 : 04:23:30
|
Hi All,Do we have any pre defined queries from Microsoft which gives the idea to check SQL Performance. My application is running slow now days and wanted to check if any queries/functions/data/indexes creating these problems.Please suggest |
|
webfred
Master Smack Fu Yak Hacker
8781 Posts |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2014-06-10 : 12:16:58
|
Here's where I would start:1. Blocking2. PerfMon - any hardware bottlenecks3. Profiler/Server side trace - identify long running queries, high reads, high CPU4. Wait stats5. Missing indexes6. Code refactoring and fine tuning index based on #3Tara KizerSQL Server MVP since 2007http://weblogs.sqlteam.com/tarad/ |
|
|
|
|
|