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
 General SQL Server Forums
 New to SQL Server Programming
 Attempt to fetch logical page (1:1584552) in datab

Author  Topic 

juelcse
Starting Member

1 Post

Posted - 2014-06-02 : 02:42:12
SQL Server Enterprise Manager

[Microsoft][ODBC SQL Server Driver][SQL Server]Attempt to fetch logical page (1:1584552) in database 'INVENTORY' belongs to object 'JUN_INVOICE', not to object 'JUN_ORDER_VALUE'.


Ok Help me

Thank you

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2014-06-02 : 12:33:16
You've got data corruption. Run DBCC CHECKDB on the database and post the entire results to the Data Corruption Issues forum: http://www.sqlteam.com/forums/forum.asp?FORUM_ID=22

Hopefully you've got good backups. Be sure to check the event log and run hardware diagnostics.

Tara Kizer
SQL Server MVP since 2007
http://weblogs.sqlteam.com/tarad/
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2014-06-02 : 12:35:46
What version of SQL Server are you using? Run SELECT @@ VERSION and show us the output. (Remove the space after @@. Replying from work doesn't allow me to put @@ and VERSION together.)

Tara Kizer
SQL Server MVP since 2007
http://weblogs.sqlteam.com/tarad/
Go to Top of Page
   

- Advertisement -