How Can I restore this db and make availble?

  • It could be a real case also...

    I have 11 drives on server and in each drive 3 ndb files so total 44 files of a single database .

    Now the server goes down and new server has only 3 drives.How Can I restore this db and make availble?

    Thanks

  • RESTORE DATABASE .... WITH MOVE ....

    Specify each file and where it goes, see Books Online for full details, I know there's an example on the Restore database page that covers moving the destination files.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • With RESTORE DATABASE WITH MOVE, you can provide new locations for your data files.

  • Thanks:-)

    Thanks

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

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