Hi,
I am using SQL Server 7.0 (without service pack) under NT 4.0 with SP5. Recently, I run a reindexing command to do reindex for all of existing indexes. There were no erros after running the command. However, when update some of the tables, the captioned error was encountered. Some of the commands are shown below:
DBCC DBREINDEX([dbo.Real_Trade],[_WA_Sys_change_datetime_4A2A4422],80)
DBCC DBREINDEX([dbo.Real_Trade],[I699],80)
The first index seems is generated by the system. The second index is created by us.
Is there any know what's wrong with the reindex commands and why we encountered Error 602?
Many thanks for your help.
Ronald
I am using SQL Server 7.0 (without service pack) under NT 4.0 with SP5. Recently, I run a reindexing command to do reindex for all of existing indexes. There were no erros after running the command. However, when update some of the tables, the captioned error was encountered. Some of the commands are shown below:
DBCC DBREINDEX([dbo.Real_Trade],[_WA_Sys_change_datetime_4A2A4422],80)
DBCC DBREINDEX([dbo.Real_Trade],[I699],80)
The first index seems is generated by the system. The second index is created by us.
Is there any know what's wrong with the reindex commands and why we encountered Error 602?
Many thanks for your help.
Ronald