Results 1 to 2 of 2

Thread: Error 601 - corrupt database??

  1. #1
    Fin Guest

    Error 601 - corrupt database??

    I am getting an error every so often on my databases,
    I get the following error,
    DEscriptor for system table 8 in database not found in hash table,
    the databses are unusalble until I stop SQL & shut down

    I checked the books on line and it says to stop SQL and shut down,
    I have done this and it solves the problem temporaily,

    Is there any way that I can permanently fix this,

    If anyobne has any ideas I'd appreciate it,
    Thanks,
    Fin

  2. #2
    MAK/AnanthaKumar Muthusamy Guest

    Error 601 - corrupt database?? (reply)

    I believe u should run
    dbcc checkalloc
    dbcc checkdb for that database.

    depending upon the number of transaction database
    maintenance should be done.!!!


    Good Luck.
    MAK





    ------------
    Fin at 9/10/99 5:52:52 AM

    I am getting an error every so often on my databases,
    I get the following error,
    DEscriptor for system table 8 in database not found in hash table,
    the databses are unusalble until I stop SQL & shut down

    I checked the books on line and it says to stop SQL and shut down,
    I have done this and it solves the problem temporaily,

    Is there any way that I can permanently fix this,

    If anyobne has any ideas I'd appreciate it,
    Thanks,
    Fin

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •