Dear All,
I have requirement in my Environment, I have to stop the Queries which compromises these conditions
1. If Query is running more than specified threshold (if it running more than 2 mins).
2. If Query is fetching huge data (rows more than 1000 for example)
Please note we have done enough study on resource governor, it works on compile time, we need to control the queries during run time. Also resource governor does not restrict the resources if they are free.
Answers are appreciated.