GrandMauler
Programmer
Hi.
I'm attempting to attach an SQL 2k5 mdf and ldf DB (SET TO SQL 2000 COMPATIBILITY) and I keep getting the following message:
"Could not find row in sysindexes for database ID 9, object ID 1, index ID 1. Run DBCC CHECKTABLE on sysindexes."
I've tried everything I know of with no avail.
The next solution is quite ugly... have all the data in the 2k5 tables exported to the tables in SQL 2000.
Can someone offer me alternative?
Thanks.
I'm attempting to attach an SQL 2k5 mdf and ldf DB (SET TO SQL 2000 COMPATIBILITY) and I keep getting the following message:
"Could not find row in sysindexes for database ID 9, object ID 1, index ID 1. Run DBCC CHECKTABLE on sysindexes."
I've tried everything I know of with no avail.
The next solution is quite ugly... have all the data in the 2k5 tables exported to the tables in SQL 2000.
Can someone offer me alternative?
Thanks.