Results 1 to 2 of 2

Thread: Restore problem.

  1. #1
    s. Guest

    Restore problem.

    I have taken the back up of my db on one server and want to restore it on a different server. This server2 has the same database created on it. How do i make the database recognize the backed up file ?
    s.

  2. #2
    Ray Miao Guest

    Restore problem. (reply)

    Use t-sql 'restore database ... from disk = ...', refer books online for detailed syntax.


    ------------
    s. at 1/11/00 11:31:01 AM

    I have taken the back up of my db on one server and want to restore it on a different server. This server2 has the same database created on it. How do i make the database recognize the backed up file ?
    s.

Posting Permissions

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