Hello ,
Good Morning. I recently started supporting new set of databases from different team and I am having the problem offiguring out how much time Stored procedure is going to take to complete?
Some of the queries take few hours and I am pretty much left in the dark and I don't have historical knowledge of those stored procedures.
I am trying to figure out is there any options available to figure out the estimated completion time for a given query or operation?.
How does other folks solve this problem?
sys.dm_exec_requests DMV's estimated completion time is 0.
I understand the time to complete a query depends on numerous factors ( CPUS, other running processes, Preemptive/non preemptive mode, blocking, page reads, writes, etc ,etc ).
I am really interested in knowing how other people handle this problem because its new set of databases for me.
Appreciate your help.
Cheers,
I90Runner
I90Runner