Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 2008
»
SQL Server 2008 High Availability
»
Moving All SQL Server 2008 databases to a new...
Moving All SQL Server 2008 databases to a new San storage
Rate Topic
Display Mode
Topic Options
Author
Message
Sami jaafar
Sami jaafar
Posted Friday, March 15, 2013 4:27 AM
Forum Newbie
Group: General Forum Members
Last Login: Friday, June 14, 2013 7:49 AM
Points: 2,
Visits: 33
Hi,
Please we need you help and advice.
We want to move all of the SQL server 2008 databases files to the new SAN (Active Passive Mode ). The SQL server machines will not be changed just we need to move the databases to the new installed SAN.
1. What are the thing that we should consider?
2. What steps need to follow in such case?
Kind regards.
Post #1431439
anthony.green
anthony.green
Posted Friday, March 15, 2013 4:48 AM
SSCertifiable
Group: General Forum Members
Last Login: Wednesday, June 05, 2013 2:40 AM
Points: 5,075,
Visits: 4,833
So you have new SAN drives presented on your existing servers and you want to move files say from drive D to drive Z on the same server?
If so, ALTER DATABASE dbname MODIFY FILE (logicalname, newfilelocation)
ALTER DATABASE dbname SET OFFLINE WITH ROLLBACK IMMEDIATE
Copy files from old location to new location
ALTER DATABASE dbname SET ONLINE
Want an answer fast? Try here
How to post data/code for the best help - Jeff Moden
Need a string splitter, try this - Jeff Moden
How to post performance problems - Gail Shaw
CrossTabs-Part1
&
Part2 - Jeff Moden
SQL Server Backup, Integrity Check, and Index and Statistics Maintenance - Ola Hallengren
Managing Transaction Logs - Gail Shaw
Troubleshooting SQL Server: A Guide for the Accidental DBA - Jonathan Kehayias and Ted Krueger
Post #1431449
george sibbald
george sibbald
Posted Friday, March 15, 2013 5:40 AM
SSCertifiable
Group: General Forum Members
Last Login: Yesterday @ 2:32 PM
Points: 5,313,
Visits: 11,298
as anthony said but I would stop the apps first and take backups of all the databases.
also, are you moving just user databases or system databases as well?
---------------------------------------------------------------------
Post #1431477
Sami jaafar
Sami jaafar
Posted Friday, March 15, 2013 12:50 PM
Forum Newbie
Group: General Forum Members
Last Login: Friday, June 14, 2013 7:49 AM
Points: 2,
Visits: 33
I'm want to move everything to the new san and remove the old san.
Post #1431687
george sibbald
george sibbald
Posted Friday, March 15, 2013 3:13 PM
SSCertifiable
Group: General Forum Members
Last Login: Yesterday @ 2:32 PM
Points: 5,313,
Visits: 11,298
for system databases see
here
make sure you use the procedure for your version of SQL (I have presumed 2008)
---------------------------------------------------------------------
Post #1431785
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.