Results 1 to 5 of 5

Thread: How to move a single Database from SQL Server instance to new SQL instance

  1. #1
    Join Date
    Dec 2006
    Posts
    6

    How to move a single Database from SQL Server instance to new SQL instance

    Hi,

    I want to move one database from the source SQL Server 2000 instance to a new SQL 2000 instance in another machine. I have five user databases in this source SQL instance. How should be my approach to move this single database out of this ? My understanding is restoring this database in the new instance, copying all logins to the new instance and then copying the jobs, DTS packages, alerts, operators only specific to this database will do it. Please let me know if this is exactly what I should do ..

    Thanks in advance..

    Regards,
    Himansu

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    Yes, that's what you need to do.

  3. #3
    Join Date
    Jan 2007
    Posts
    36
    Himansu, how do you copy the log ins,and DTS packages

  4. #4
    Join Date
    Dec 2006
    Posts
    6
    You can script out those. These are well documented in Microsoft site: http://www.support.microsoft.com/?id=314546

  5. #5
    Join Date
    Sep 2002
    Posts
    5,938
    You can copy sql logins in dts. For dts packages, just resave them to new server.

Posting Permissions

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