Results 1 to 5 of 5

Thread: SQL 7.0 transfer to another server

  1. #1
    Chris Shigley Guest

    SQL 7.0 transfer to another server

    I have a corrupt master db due to a rogue script that inserted lots of information into it. I have two SQL servers, and I could use some advice on the best way to copy the files over to the second server, then back after a reload of the first server. My main concern is the DTS packages I have built- I can't afford to lose those.


  2. #2
    MAK Guest

    SQL 7.0 transfer to another server (reply)

    1. detach and attach DB
    2. DTS
    3. backup restore

    -MAK

    ------------
    Chris Shigley at 5/11/01 1:10:24 PM

    I have a corrupt master db due to a rogue script that inserted lots of information into it. I have two SQL servers, and I could use some advice on the best way to copy the files over to the second server, then back after a reload of the first server. My main concern is the DTS packages I have built- I can't afford to lose those.


  3. #3
    Chris Shigley Guest

    SQL 7.0 transfer to another server (reply)




    ------------
    MAK at 5/11/01 1:19:58 PM

    1. detach and attach DB
    2. DTS
    3. backup restore

    -MAK

    ------------
    Chris Shigley at 5/11/01 1:10:24 PM

    I have a corrupt master db due to a rogue script that inserted lots of information into it. I have two SQL servers, and I could use some advice on the best way to copy the files over to the second server, then back after a reload of the first server. My main concern is the DTS packages I have built- I can't afford to lose those.


  4. #4
    Chris Shigley Guest

    SQL 7.0 transfer to another server (reply)



    Will that transfer my DTS packages as well?

    ------------
    MAK at 5/11/01 1:19:58 PM

    1. detach and attach DB
    2. DTS
    3. backup restore

    -MAK

    ------------
    Chris Shigley at 5/11/01 1:10:24 PM

    I have a corrupt master db due to a rogue script that inserted lots of information into it. I have two SQL servers, and I could use some advice on the best way to copy the files over to the second server, then back after a reload of the first server. My main concern is the DTS packages I have built- I can't afford to lose those.


  5. #5
    Ananth Guest

    SQL 7.0 transfer to another server (reply)

    The DTS packages are all stored in the MSDB database. Copy the msdbdata.mdf and msdblog.ldf, or at least back them up to a different folder. After you re-install sql, stop the service, copy the files over the newly created ones and hopefully you'll have your packages back.



    ------------
    Chris Shigley at 5/11/01 1:32:20 PM



    Will that transfer my DTS packages as well?

    ------------
    MAK at 5/11/01 1:19:58 PM

    1. detach and attach DB
    2. DTS
    3. backup restore

    -MAK

    ------------
    Chris Shigley at 5/11/01 1:10:24 PM

    I have a corrupt master db due to a rogue script that inserted lots of information into it. I have two SQL servers, and I could use some advice on the best way to copy the files over to the second server, then back after a reload of the first server. My main concern is the DTS packages I have built- I can't afford to lose those.


Posting Permissions

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