Data Fetching Error

  •  

    MigrationData is my production database last few days i got the error message when i execute a procedure on this database, although i have installed new service pack 4 for sql server 2000.also i have recreated a new database By script but issue is same could any one help me in this regard 

    Error "

    Server: Msg 625, Level 20, State 3, Procedure sp_TransformAccountAverageBalances, Line 27

    Cannot retrieve row from page (1:2108289) by RID because the slotid (1) is not valid.

    Connection Broken   "

     Regadrs

    Syed Naveed

  • Run a DBCC CHECKDB on the db and I'd also try a select * from the table (no WHERE) to see if you can read all rows. This sounds like corruption.

    If it is, you need to call MS.

    Also, check your system log (Windwos) for hardware errors.

  • i have execute the DBCC command for db and table as well but result is same also i have execute the select query of paritcular table it was run fine still i am not able to resolve the issue plz help me .

     

    Regards

     

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply