CodeJunkee
Technical User
I have just installed SQL 2005 and it is up and running but I can't get the AdventureWorks DB to install. I have tried the Setup Install, uninstall, Re-install, uninstall, and install from downloaded .msi versions. All produce the same results. The DB does not appear in the list of DBs in the Management Studio, so I try to attach the DB. I get the following error:
"Could not find row in sysindexes for database ID 6, for object 1, index ID 1. Run DBCC CHECKTABLE on sysindexes."
Yet when I try to run this command, or a CHECKDB against 'AdventureWorks' I get:
"Could not locate entry in sysdatabases for database 'AdventureWorks'.
No entry found with that name. Make sure that the name is entered correctly. "
It does not seem to know the db is there or let me get to it. How do I get the sample db installed?
"Could not find row in sysindexes for database ID 6, for object 1, index ID 1. Run DBCC CHECKTABLE on sysindexes."
Yet when I try to run this command, or a CHECKDB against 'AdventureWorks' I get:
"Could not locate entry in sysdatabases for database 'AdventureWorks'.
No entry found with that name. Make sure that the name is entered correctly. "
It does not seem to know the db is there or let me get to it. How do I get the sample db installed?