Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Saturday, October 28, 2017

Find query execution count in certain time period

SQLServerCentral » Latest topics
Find query execution count in certain time period

Hi,

Is it possible to find a query execution count in certain time period?

For example, a user executes "select *from emp where id=10" several times a day. Can I find how many times he executed the query i

No comments: