Rebuild index process is not showing on sys.dm_exec_requests table

Viewed 29

I am currently rebuilding indexes of my table and it has been running for 7 hours. It occurred to me that the alter index process is not appear when I select into sys.dm_exec_requests table.

Please suggest what to do, if I were to cancel this reindex window what will happen?

enter image description here

enter image description here

0 Answers
Related