From BOL:
"Unlike DBCC DBREINDEX (or the index building operation in general), DBCC INDEXDEFRAG is an online operation. It does not hold locks long term and thus will not block running queries or updates."
Has anyone else used this and can verify that the above statement is true and does not cause performance problems?
Thank you
"Unlike DBCC DBREINDEX (or the index building operation in general), DBCC INDEXDEFRAG is an online operation. It does not hold locks long term and thus will not block running queries or updates."
Has anyone else used this and can verify that the above statement is true and does not cause performance problems?
Thank you