RE: Copy Database Wizard
- From: "Ryan" <Ryan@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 26 May 2005 07:40:07 -0700
Thanks Allan. Does the Backup and Restore take all of the logins, jobs, etc
with it?
"Allan Mitchell" wrote:
> Even though you have a few dbs to back up I would still be using BACKUP RESTORE
>
> You can generate the syntax to do this
>
> SELECT 'BACKUP DATABASE ' + name + ' TO DISK = '<location>'
> FROM master.dbo.Sysdatabases
>
> You can then generate a script to do the restores as well.
>
> I dislike the CDW as it has some quirks as you are experiencing
>
> "Ryan" wrote:
>
> > I am in the process of consolidating 17 SQL servers into 3 (yes they
> > extremely under-utilized). I am trying to use the Copy Database Wizard to do
> > this, mostly because there are a couple hundred databases that need to be
> > moved and it would be very tedious to do each one via backup and restore or
> > detach and attach. I am having some issues with moving the logins but I can
> > deal with that. My biggest problem is one of my target servers doesn't seem
> > to want to accept anything from the CDW. When attempting to copy from Server
> > A to Server B, it just locks up with no error message, no status screen,
> > nothing. I can copy from A to C, or even B to C, but B just can't be the
> > target for some reason. Is there a setting or configuration that I'm
> > missing? Any help would be greatly appreciated. Thanks in advance.
> >
> > Ryan
.
- Follow-Ups:
- RE: Copy Database Wizard
- From: Allan Mitchell
- RE: Copy Database Wizard
- References:
- Copy Database Wizard
- From: Ryan
- RE: Copy Database Wizard
- From: Allan Mitchell
- Copy Database Wizard
- Prev by Date: RE: Copy Database Wizard
- Next by Date: Re: Copy Database Wizard
- Previous by thread: RE: Copy Database Wizard
- Next by thread: RE: Copy Database Wizard
- Index(es):
Relevant Pages
|