Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: shrinkdatabase taking looooong time

    If shrinking the db is your thing, you can get an idea of the % complete using the following:

    SELECT percent_complete, * FROM sys.dm_exec_requests WHERE command =...

Viewing post 1 (of 1 total)