I'm trying to reindex a table in my database using the following query:
DBCC INDEXDEFRAG (archive, marchive) and keep getting error Msg 2583.
Can anyone tell me what may be causing this error?
Thanks
Doug
DBCC INDEXDEFRAG (archive, marchive) and keep getting error Msg 2583.
Can anyone tell me what may be causing this error?
Thanks
Doug
Comment