August 25, 2016 at 5:29 pm
How do I capture information regarding top sql queries based on CPU usage and execution time?
August 25, 2016 at 8:32 pm
You can download this book for free: Performance Tuning With SQL Server Dynamic Management Views and it has the queries you are looking for.
-- Itzik Ben-Gan 2001
August 25, 2016 at 8:43 pm
search Glenn Berry SQL Server Diagnostic Scripts
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
August 26, 2016 at 6:43 am
Look to extended events as a way of ensuring you'll capture exactly what you need in a controlled fashion.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply