August 4, 2005 at 5:14 am
I have a SQL 2K machine sp3.
SQL is installed on an external drive D:.
All the databases reside on external drive F:
our storage guys are telling me that drive D: is going away not to be replaced and will move all my data currently on D: to new external drive I:
This poses a problem for my SQL install.
Anyone know of a way to move my SQL install without having to un install and re install SQL. Or can i just have 2 instances and move my data before renaming ?
August 4, 2005 at 10:47 am
And be sure you apply patches/SPs before restoring master adn msdb.
August 4, 2005 at 10:47 am
You're going to have downtime, so the easiest thing is to backup master and msdb.
Then detach all user dbs.
Now uninstall
Reinstall
attach dbs
restore msdb
restore master.
August 8, 2005 at 1:48 pm
Here's a few links to peruse before/during/after ...
SQL version checking:
http://support.microsoft.com/default.aspx?scid=kb;en-us;321185
(there's a more comprehensive link that includes 'hot fixes' but I cannot find it at present)
moving databases:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;314546
http://support.microsoft.com/default.aspx?scid=kb;en-us;224071
http://support.microsoft.com/kb/304692/EN-US/
http://www.sqlservercentral.com/columnists/ckempster/deattachandreattachdatabases.asp
http://www.databasejournal.com/features/mssql/article.php/3379901
RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."
August 12, 2005 at 5:40 am
thank for your suggestion.
I tried this but when I restored the master SQL would not restart because it couldn't find the model database.
Should I have restored this previous also along with msdb?
August 12, 2005 at 5:52 am
Your problem is your Model DB path has also been taken away, so SQL cant find it on startup.
If possible move the Model Db to the new Drive location - then take your backups of Master and Msdb and then perform your restores.
Look at MSDN for hint on how to move Model Db
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply