SQL Server Aggregator

TSQL to detect long running queries against the database

When I'm performing a performance analysis on a 24/7 application and dealing with PSS I had been given the following TSQL to identify the long running queries against a database. select r.session_id, s.host_name, s.program_name, s.host_process_id, r.status, Read More...
Published Wednesday, August 29, 2007 9:37 PM by SSQA.net
Anonymous comments are disabled