|
|
Question : Could not find row in sysindexes for database ID 7, object ID 1, Run DBCC CHECKTABLE on sysindexes.
|
|
Got this error when I tried to restore AdventureWorks sample db
Could not find row in sysindexes for database ID 7, object ID 1, Run DBCC CHECKTABLE on sysindexes.
COuld not open new database 'AdventureWorks'. CREATEDATABSE is aborted (Microsoft SQL Server, Error:602)
any ideas how to fix it? thx
|
Answer : Could not find row in sysindexes for database ID 7, object ID 1, Run DBCC CHECKTABLE on sysindexes.
|
|
You need to connect to "Servername\NamedInstance"
you are connecting to "Servername" from the sounds of it (assuming that SQL 2000 is a default instance)
|
|
|
|
|