Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Moving servers

Author  Topic 

afrika
Master Smack Fu Yak Hacker

2706 Posts

Posted - 2005-12-04 : 07:53:36
hello
we are moving from a win2k to a win2003 server and have to move our db as well

Whats the best way(s) of doing this ?

Afrika

derrickleggett
Pointy Haired Yak DBA

4184 Posts

Posted - 2005-12-04 : 14:41:47
http://weblogs.sqlteam.com/derrickl/archive/2005/12/04/8484.aspx

I've answered this question a LOT, so I finally figured that I should just blog it.

MeanOldDBA
derrickleggett@hotmail.com

When life gives you a lemon, fire the DBA.
Go to Top of Page

activecrypt
Posting Yak Master

165 Posts

Posted - 2005-12-05 : 00:58:52
Hi,
may suggest this too FYI :

http://vyaskn.tripod.com/moving_sql_server.htm

:-)
Regards

Andy Davis
Activecrypt Team
--------------------------------------------
SQL Server Encryption Software
http://www.activecrypt.com
Go to Top of Page

afrika
Master Smack Fu Yak Hacker

2706 Posts

Posted - 2005-12-05 : 03:32:59
very very nice articles

thanks Derrick, Andy for your advice
Go to Top of Page

Kristen
Test

22859 Posts

Posted - 2005-12-05 : 05:20:58
"I've answered this question a LOT, so I finally figured that I should just blog it"

Very useful Derrick

"Move system databases"

Why not choose the appropriate default location during INSTALL - and then the system databases will be in the right place?

This link might help too:

http://www.sqlteam.com/Forums/topic.asp?TOPIC_ID=44537

My understanding of TLog restore at that time was shaky! but it has a detailed list of actions to move a database to a new server where the database is being accessed by a web site (there was no downtime for the web site, although there was some "Please wait 2 minutes and then Click Here" time!)

Kristen
Go to Top of Page

derrickleggett
Pointy Haired Yak DBA

4184 Posts

Posted - 2005-12-05 : 23:29:48
quote:

Why not choose the appropriate default location during INSTALL - and then the system databases will be in the right place?



We don't do this because we only want the database files moved, not the error logs and other things that get moved. We also want the log and data files in seperate directories.

quote:

My understanding of TLog restore at that time was shaky! but it has a detailed list of actions to move a database to a new server where the database is being accessed by a web site (there was no downtime for the web site, although there was some "Please wait 2 minutes and then Click Here" time!)



We would actually just move the LUNs over if we were going with this option. If you don't have that option though, then your method would be quicker. I have updated the document to link to your post.




MeanOldDBA
derrickleggett@hotmail.com

When life gives you a lemon, fire the DBA.
Go to Top of Page

Kristen
Test

22859 Posts

Posted - 2005-12-06 : 03:48:13
"I have updated the document to link to your post"

Cheers
Go to Top of Page
   

- Advertisement -