| Author |
Message |
corbin
Joined: 26 Mar 2007 Posts: 1
|
Posted: Mon Mar 26, 2007 12:53 am Post subject: Move from Shared Server |
|
|
I need to move a database that is about 1GB from a shared server where I have limited access to a dedicated server where I will have complete control. First, is SQL Packager the right tool for this job? Is there a better solution (either from red gate or elsewhere)?
And second, when I do the move, can anyone give any kind of approximate estimate of how long the copy and install will actually take for a 1 GB database? I am assuming that during the transfer the databases will be completely unavailable to user. Correct?
Thanks for any comments you can provide. |
|
| Back to top |
|
 |
Brian Donahue
Joined: 23 Aug 2004 Posts: 6341 Location: Red Gate Software
|
Posted: Tue Mar 27, 2007 9:22 pm Post subject: |
|
|
Hi,
I think backup and restore may be the best tool for the job. There are still some pitfalls -- like any SQL database users that don't exist on the destination server need a login created in SQL Server security and linked together using sp_change_users_login.
Packager works best when you need to install a database as part of an installation, or unattended database deployment, or the same to a site with no trained SQL Server administrators.
If you have administrator access to both servers, you could back the database up, copy the .bak to the other server, and restore it to a new database name. _________________ Brian Donahue
Technical Support
Red Gate Software Ltd.
44 (0)870 160 0037 ext 8521
US and CAN 1-866-RED GATE ext 8521 |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group