| Author |
Move DBs from One Instance to Another
|
|
|
| SQL Server 2000
Windows Server 2003 SP1
We have 54 databases on this SQL Server and plan to move them all,
maintaining permissions and everything.
What is the best way to do this?
Thanks,
Jim
| |
|
|
| Kevin3NF 2006-11-29, 7:13 pm |
| IMHO, easiest if you can have them offline is detach/copy/attach
--
Kevin Hill
3NF Consulting
http://www.3nf-inc.com/NewsGroups.htm
Real-world stuff I run across with SQL Server:
http://kevin3nf.blogspot.com
"Jim" <please.reply@group> wrote in message
news:uYbmH6$EHHA.536@TK2MSFTNGP02.phx.gbl...
> SQL Server 2000
> Windows Server 2003 SP1
>
> We have 54 databases on this SQL Server and plan to move them all,
> maintaining permissions and everything.
>
> What is the best way to do this?
>
> Thanks,
> Jim
>
| |
| sajberek@gmail.com 2006-11-29, 7:13 pm |
| You should also backup a master database and restore it to the
destination server. This way you should keep your logins in the
destination server.
| |
| Aaron Bertrand [SQL Server MVP] 2006-11-29, 7:13 pm |
| > You should also backup a master database and restore it to the
> destination server. This way you should keep your logins in the
> destination server.
Be cautious that @@version matches exactly on the two instances.
| |
| Hari Prasad 2006-11-30, 12:12 am |
| Hi,
Ensure that you have the same SQL Server service pack level in both old as
well as new server. If both SP are same you can restore the Master db from
source
to new server.
Thanks
Hari
<sajberek@gmail.com> wrote in message
news:1164839740.220233.125570@n67g2000cwd.googlegroups.com...
> You should also backup a master database and restore it to the
> destination server. This way you should keep your logins in the
> destination server.
>
| |
|
| Thanks for your input, everyone! I will be looking into all of this.
--Jim
"Jim" <please.reply@group> wrote in message
news:uYbmH6$EHHA.536@TK2MSFTNGP02.phx.gbl...
> SQL Server 2000
> Windows Server 2003 SP1
>
> We have 54 databases on this SQL Server and plan to move them all,
> maintaining permissions and everything.
>
> What is the best way to do this?
>
> Thanks,
> Jim
>
|
|
|
|