Question : what all select queries are running against a particular table ? SQL queries used to refer data for a particular table ? Solution : This following script will show you all the queries that have run against a particular table since the last time SQL Server was started. SELECT DISTINCT TOP 500 ProcedureName [...]
Tag Archives: Find All Queries executed on a particular Table
Find All Queries executed on a particular Table
Posted by Mahesh Gupta on September 7, 2010
0 comments