Skip to content

Instantly share code, notes, and snippets.

@kr153
Created December 9, 2018 13:42
Show Gist options
  • Select an option

  • Save kr153/45c94d03b28e990777f2ebfb56d21b1b to your computer and use it in GitHub Desktop.

Select an option

Save kr153/45c94d03b28e990777f2ebfb56d21b1b to your computer and use it in GitHub Desktop.
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