July 13, 2006 at 10:52 pm
Hi, we have a problem attaching a database that was detached from another server. When trying to attach, the server returns an error: "Error 906: Could not locate row in sysobjects for system catalog 'Sysobjects' in database 'Our_DB'. This system catalog should exist in all databases. Run DBCC CHECKTABLE on sysobjects in this database. 3092 transactions rolled forward forward in database 'Our_DB' (7)."
How can you run DBCC CHECKTABLE on a table in a database that we cannot attach?
Has anyone come across this error and is there a solution?
July 17, 2006 at 8:00 am
This was removed by the editor as SPAM
August 30, 2006 at 4:36 am
What SQL Server do you use?
For SQL Server 2000, if you attach the database from Enterprise Manager, try first to refresh panel(s) (F5)...
Check BOL for sp_attach_db and sp_attach_single_file_db ...
If you're not the DBA or you're not in the sysadmin and dbcreator fixed server roles, then ask your DBA to do the trick
To learn is not to know.
August 30, 2006 at 5:18 am
Hi,
You have an Sql *.mdf file. Can you send it to me i can solve your problem coz it ia s big process i can't explain to you bot i can recover your all the data.
Amit Gupta
.MCDBA.
** Task is not easy but solution is easy.
August 30, 2006 at 5:36 am
Hey,
I forgot to provide my mail address :
Thanks,
Amit Gupta
.MCDBA.
** Task is not easy but solution is easy.
August 30, 2006 at 5:23 pm
Thanks for your offer Amit. However we found another copy of the mdf file that we could use and were able to move forward.
We never did resolve the specific problem....
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply