Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 URGENT: SQL Server Problem.

Author  Topic 

mmkbt
Starting Member

2 Posts

Posted - 2011-06-07 : 00:55:48
Last week when I performed Database Dump for my company ACCPAC. The database failed with the following error message:

Description: FETCH [microsoft][ODBC SQL Server Driver][SQL Server}
Warning: Fatal error 823 occurred at Jun 4 2011 5.56pm (ec=49153)
Source: 17:56:18


Can any expert help me for providing me solutins?
Thanks.

GilaMonster
Master Smack Fu Yak Hacker

4507 Posts

Posted - 2011-06-07 : 01:41:26
That's a hardware error, you've got a corrupt database.

Please run the following, post the full and complete results.

DBCC CHECKDB (<Database Name>) WITH NO_INFOMSGS, ALL_ERRORMSGS


Do you have a backup of that DB?

--
Gail Shaw
SQL Server MVP
Go to Top of Page

mmkbt
Starting Member

2 Posts

Posted - 2011-06-07 : 03:26:18
I did backup the SQL DB.
Please show me the steps to run the test.
Thanks for your help.
Go to Top of Page

GilaMonster
Master Smack Fu Yak Hacker

4507 Posts

Posted - 2011-06-07 : 04:28:04
Please run the following from a query window, post the full and complete results.

DBCC CHECKDB (<Database Name>) WITH NO_INFOMSGS, ALL_ERRORMSGS

Do you have a backup from before this error occurred? A backup from after is going to be quite useless.
How critical is the data in this DB/
Is there a SQL DBA there?

--
Gail Shaw
SQL Server MVP
Go to Top of Page
   

- Advertisement -