Tagged: High Resource Queries in SQL Server

Capturing High Resource Queries in SQL Server

Hello everyone, In this article, I will try to give information about capturing high resource queries in SQL Server. In SQL Server, in some cases, you may want to capture your high resource queries. You can easily do this using the code below. SELECT TOP 10 SUBSTRING( qt.text, (qs.statement_start_offset /...

Don`t copy text!