DB in 'Restoring' mode.

  • I have a db in sql 2005 with two file group. I had to restore one of the file group, when I restored one of file group since then, my db showing in 'Restoring' mode. I checked all error logs but could not find any clue. Please suggest me what to do ?

  • how long has it been running as "Restoring" ?

    If you suspect it's not actually restoring,try:

    restore log dbname with norecovery

    and see if it comes online. Beware, you will lose some changes.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • Thanks Henrico

    I tried this & my problem got solved. Thnak you very much.

  • But can you describe it, why this happened ?

  • Is this database a destination for log shipping, or part of a failover solution?

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • Its neither log shipping nor part of failure solutions.

  • Every time when I take file group backup, & restore it, restoration gets done successfully but after restoring file group, that db begins to show in 'Restoring' mode. And the first time when I take file group backup an error occurs i.e. take tail log backup for the db, when I take tail log backup then my file group backup succeeds.

    Restore command is as follow:-

    RESTORE DATABASE ICT FILEGROUP='detailsofname' FROM DISK='z\data\detailsofname.bak' WITH norecovery;

Viewing 7 posts - 1 through 6 (of 6 total)

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