Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Other Technologies / Clustering / August 2006

Tip: Looking for answers? Try searching our database.

Adding Databases to an existing SQL Cluster

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Brian - 29 Aug 2006 14:31 GMT
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
servers that were configured differently.
Chris - 29 Aug 2006 14:54 GMT
> 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
> servers that were configured differently.

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 - 29 Aug 2006 15:17 GMT
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?

> > 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
[quoted text clipped - 15 lines]
> Chris
> cfrank@investorforce.com
Arnie Rowland - 29 Aug 2006 15:18 GMT
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.

Signature

Arnie Rowland, Ph.D.
Westwood Consulting, Inc

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

>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
> servers that were configured differently.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.