Created
December 9, 2018 13:42
-
-
Save kr153/45c94d03b28e990777f2ebfb56d21b1b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| select percent_complete | |
| from sys.dm_exec_requests | |
| where session_id=<spid> | |
| order by start_time desc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment