My backup software for a SQL7 database is failing with the following message:
Table Corrupt: Object ID 734690461, Index ID 2. Keys out of order on page (1:78526), slots 145 and 146.
How can I determine what table is actually corrupt?
I am thinking about running DBCC CHECKDB. Can this cause potential problems?
Any suggestions are greatly appreciated.
Thanks,
Mark
Table Corrupt: Object ID 734690461, Index ID 2. Keys out of order on page (1:78526), slots 145 and 146.
How can I determine what table is actually corrupt?
I am thinking about running DBCC CHECKDB. Can this cause potential problems?
Any suggestions are greatly appreciated.
Thanks,
Mark