Groups | Blog | Home
all groups > sql server clustering > july 2004 >

sql server clustering : Moving databases to a cluster


Bill
7/30/2004 8:02:15 AM
What is the best method for moving databases from one
server onto a clustered setup? Obviously you can use
backup/restore or detach/reattach. What I really need to
know is what steps you have to do after this. There must
be security problems with the new database. ie how do you
ensure security etc is carried over to cluster servers
from original server esp with login info living in master
Bill
7/30/2004 8:35:33 AM
Thanks - I know that.
But I have been told that there are a number of security
issues that you have to deal with after you have moved the
databases over. Are you aware of these.

[quoted text, click to view]
Rodney R. Fournier [MVP]
7/30/2004 10:18:13 AM
Moving data to SQL Cluster or a Stand Alone SQL server, is the same process.
Data Transformation Services will also work. A SQL Cluster is still a SQL
box.

Cheers,

Rod

MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering

[quoted text, click to view]

Rodney R. Fournier [MVP]
7/30/2004 10:59:42 AM
Depending on how your move a database, you may or may not get the SQL logins
to come across. The Books online are excellent in regards to moving/copying
a database.

Cheers,

Rod

MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering

[quoted text, click to view]

Geoff N. Hiten
7/30/2004 1:39:08 PM
Look at the stored procedure sp_change_users_login on BOL. That is the
procedure to fix mismatched User-Login combinations.

--
Geoff N. Hiten
Microsoft SQL Server MVP
Senior Database Administrator
Careerbuilder.com

I support the Professional Association for SQL Server
www.sqlpass.org

[quoted text, click to view]

uttamkp NO[at]SPAM online.microsoft.com
7/31/2004 8:39:32 PM
The following Microsoft Knowledge Base article will help you meet your objective

HOW TO: Move Databases Between Computers That Are Running SQL Server
http://support.microsoft.com/?id=314546

This KB has a lot of information and has links to other related KBs that you may find useful.

As Rod said, moving dbs to clustered SQL Server should not be any different from moving it to standalone SQL Server. If you have never done it, its better that you do this in a test environment and then do it on
productions.

HTH,

Best Regards,

Uttam Parui
Microsoft Corporation

This posting is provided "AS IS" with no warranties, and confers no rights.

Are you secure? For information about the Strategic Technology Protection Program and to order your FREE Security Tool Kit, please visit http://www.microsoft.com/security.

Microsoft highly recommends that users with Internet access update their Microsoft software to better protect against viruses and security vulnerabilities. The easiest way to do this is to visit the following websites:
http://www.microsoft.com/protect
http://www.microsoft.com/security/guidance/default.mspx

AddThis Social Bookmark Button