Created
April 30, 2014 05:20
-
-
Save PandaEox/b349b3aa4a040e37dd4f to your computer and use it in GitHub Desktop.
Monitor the status of a running rollback
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 | |
| er.session_id, | |
| er.command, | |
| er.status, | |
| er.percent_complete | |
| from sys.dm_exec_requests as er | |
| where command like '%rollback%' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment