I created a DB in SQL server 2005 and need to copy it to another system running SQL server 2005. When I try to attach it to the new server I receive the following error information:
TITLE: Microsoft SQL Server Management Studio
--------------------------
----
Attach database failed for Server 'JARED'. (Microsoft.SqlServer.Smo)
For help, click:
http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=9.00.1399.00&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Attach+database+Server&LinkId=20476--------------------------
----
ADDITIONAL INFORMATION:
An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.Conne
ctionInfo)
--------------------------
----
Could not find row in sysindexes for database ID 8, object ID 1, index ID 1. Run DBCC CHECKTABLE on sysindexes.
Could not open new database 'WeatherDataService'. CREATE DATABASE is aborted. (Microsoft SQL Server, Error: 602)
For help, click:
http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&EvtSrc=MSSQLServer&EvtID=602&LinkId=20476I ran DBCC CHECKTABLE and it returned no errors. What am I missing? WHy will this not attache
Start Free Trial