Hello,
I saw a similar question which asked how to monitor the progress of a backup / restore operation: http://stackoverflow.com/questions/152447/is-there-a-sql-script-that-i-can-use-to-determine-the-progress-of-a-sql-server-ba
I would like to know if there's a similar query / way to see how much time the query has left until it will end. For example, one query usually has elapsed time of 5 minutes. I would like to know how much time is left until it will end DURING the query's execution.
Thanks in advance, Roni.