sp_attach_db @dbname=N'TheBeerHouse'
1. I am trying to run
sp_attach_db @dbname=N'TheBeerHouse' from Readme file
2. and I am getting this message:
----------------
Msg 1813, Level 16, State 2, Line 1
Could not open new database 'TheBeerHouse'. CREATE DATABASE is aborted.
Msg 602, Level 21, State 50, Line 1
Could not find row in sysindexes for database ID 9, object ID 1, index ID 1. Run DBCC CHECKTABLE on sysindexes.
------------------
3. If I am creating TheBeerHouse database, I am getting this message:
-------
Msg 1801, Level 16, State 3, Line 1
Database 'TheBeerHouse' already exists.
-------
Could you, please, help me with this problem?
|