Sunday, November 27, 2011

How to troubleshoot Fatal error 605?

Problem:

While running queries you get the below error message.

Server: Msg 21, Level 21, State 1, Line 1
Warning: Fatal error 605 occurred at ....

Further checking the windows application event logs you find the below error message.

Attempt to fetch logical page %S_PGID in database '%.*ls' belongs to object '%.*ls', not to object '%.*ls'.

Cause:

This error occurs when Microsoft® SQL Server™ detects database corruption. The second object specified in the text not to object '%.*ls' is probably corrupt.

Solution:

Execute DBCC CHECKDB as soon as possible.

1) First try to drop the tables involved in the error message and recreate those tables from scratch.
OR
2) Extract all the data out into a new database.
OR
3) Use DBCC PAGE to try to figure out which tables in the database are affected and drop their statistics.

URL: http://mssql-tech.blogspot.com/2011/11/how-to-troubleshoot-fatal-error-605.html

Other References:

Check out the below links for more details on this topic.

http://msdn.microsoft.com/en-us/library/aa258728(v=sql.80).aspx
http://www.sqlservercentral.com/Forums/Topic967852-266-1.aspx
http://connect.microsoft.com/SQLServer/feedback/details/469811/attempt-to-fetch-logical-page-in-database-2-failed-it-belongs-to-allocation-unit-not-to

10 comments:

  1. Directions to Solve MS SQL Server Error 18456 through Online MS SQL Server Support
    The Error 18456 means "Login Failure" and this mix-up overall happens due to an off course mystery key entry. There are a couple of clarifications behind this issue, if the wrong affirmation is engaged, mystery key of the customer's record is slipped by, and a customer account is eradicated from the server and various diverse reasons. Nevertheless, a portion of the time it winds up complex to clarify this issue. In any case, in the wake of getting a right assistance from Cognegic's Remote Infrastructure Management Support for Microsoft SQL Server or SQL Server Database Support you can get the correct help.

    For More Info: https://cognegicsystems.com/
    Contact Number: 1-800-450-8670
    Email Address- info@cognegicsystems.com
    Company’s Address- 507 Copper Square Drive Bethel Connecticut (USA) 06801

    ReplyDelete
  2. Troubleshooting fatal error 605 involves investigating its cause. It's usually related to corruption in the database or storage system. Using Sony Tv Run DBCC CHECKDB to detect and repair corruption. In severe cases, restore from a known-good backup and seek expert help if necessary.

    ReplyDelete

How to resolve "Msg 3013, Sev 16: BACKUP DATABASE is terminating abnormally. [SQLSTATE 42000]"?

If SQL database is getting failed leaving the below error message. Msg 3013, Sev 16: BACKUP DATABASE is terminating abnormally. [SQLSTATE ...