Groups | Blog | Home
all groups > sql server clustering > august 2006 >

sql server clustering : Adding Databases to an existing SQL Cluster


Brian
8/29/2006 6:31:01 AM
I need to move SQL 2000 databases from existing stand-alone servers to an
already established SQL 2000 Cluster. What is the best way to do this
without losing permissions, jobs, stored procedures, etc? The drive letters
in which SQL is installed will likely be different as their are multiple
Chris
8/29/2006 6:54:17 AM

[quoted text, click to view]

Brian,

In this case I would use sp_detach_db and then use the sp_attach_db
which would probably be the easiest method for you. Once the database
is detached you will be able to just copy and paste the data and log
files to the new SQL Server and then do the attach to that drive
location. If you have jobs either DTS or SQL Scheduler jobs you will
need to move them seperatly. Please let me know if you have any further
questions.

thanks
Chris
cfrank@investorforce.com
Brian
8/29/2006 7:17:02 AM
Chris,

Thanks for the response. Is there pertinent data in the system databases on
the original sql server that would need to be migrated to the cluster along
with the database?

[quoted text, click to view]
Arnie Rowland
8/29/2006 7:18:24 AM
Restoring a Backup to the cluster will be relatively painless -use the MOVE
TO option.

Be sure that all logins are correctly added to the cluster.

Any automation will also have to be moved. Script out jobs, etc, and change
the scripts for the cluster and run them on the cluster. Any DTS packages
will also have to be moved, using DTS designer, save a job on the cluster.
You may have some corrections or alterations necessary for jobs and DTS
packages.

--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc

Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous


[quoted text, click to view]

AddThis Social Bookmark Button