Re: Migrate existing standalone to cluster
- From: "Tom Moreau" <tom@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 17 Oct 2005 20:46:44 -0400
To create a database with a case-sensitive collation, just use the COLLATE
option:
create database MyDB
collate Latin1_General_CS_AI
As for the other bit, you'll have to create the new virtual server (and
named instance) in the same manner as you created the other virtual server
and instance. However, you can specify the collation for the new instance
at that time. Once that's done, then backup and restore the DB's from the
standalone to the new instance. Finally, remove the standalone.
--
Tom
----------------------------------------------------
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA
SQL Server MVP
Columnist, SQL Server Professional
Toronto, ON Canada
www.pinpub.com
..
"Cary" <Cary@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:FBFC5A77-4A41-4B6E-B076-370E9111321B@xxxxxxxxxxxxxxxx
Not that it will matter much anyway, since it is already installed, but how
do you go about making a case-sensitive db inside of an insensitive
instance?
And I still need to know how to change the standalone to a clustered... :)
"Tom Moreau" wrote:
> That's not justification enough. You can create a case-sensitive database
> within an instance that is not case sensitive.
>
> --
> Tom
>
> ----------------------------------------------------
> Thomas A. Moreau, BSc, PhD, MCSE, MCDBA
> SQL Server MVP
> Columnist, SQL Server Professional
> Toronto, ON Canada
> www.pinpub.com
> ..
> "Cary" <Cary@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:A8F1525E-3D96-4842-AFBD-87160EC34CB8@xxxxxxxxxxxxxxxx
> Oh you'll love this....
>
> The software we purchased for our new document management system *cough*
> Documentum *cough*, is designed so as to require a case-sensitive
> database.
> I know....D-U-M Dum...And because all of our other databases are NOT
> case-sensitive (and there's no way in h*ll I would change that) we had to
> create a new instance that was.
>
> "Tom Moreau" wrote:
>
> > Is it possible to go with the existing clustered instance and simply
> > move
> > the DB's to the cluster? What's driving the need for two instances?
> >
> > --
> > Tom
> >
> > ----------------------------------------------------
> > Thomas A. Moreau, BSc, PhD, MCSE, MCDBA
> > SQL Server MVP
> > Columnist, SQL Server Professional
> > Toronto, ON Canada
> > www.pinpub.com
> > ..
> > "Cary" <Cary@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> > news:F9743B37-FC4D-4909-A4CA-608078BB5A3E@xxxxxxxxxxxxxxxx
> > While away on vacation my company had some software installed that
> > required
> > a
> > new instance of SQL Server 2K to be created on our existing
> > active/passive
> > cluster.
> > Because the techs doing the install did not know the password for our
> > domain
> > cluster user account they created the standalone instance on the db
> > server.
> > What I need to know is how do I go about migrating it to a clustered
> > instance
> > instead of a standalone so as to take advantage of the failover
> > capabilities?
> >
> > i.e. I already have a clustered server with one clustered instance.
> > They
> > installed a standalone instance alongside and now I need to migrate the
> > new
> > instance to another named clustered instance.
> >
> >
>
>
.
- References:
- Re: Migrate existing standalone to cluster
- From: Tom Moreau
- Re: Migrate existing standalone to cluster
- From: Tom Moreau
- Re: Migrate existing standalone to cluster
- From: Cary
- Re: Migrate existing standalone to cluster
- Prev by Date: Re: Migrate existing standalone to cluster
- Next by Date: Re: problem in Active / Active clustering
- Previous by thread: Re: Migrate existing standalone to cluster
- Next by thread: Re: Migrate existing standalone to cluster
- Index(es):
Relevant Pages
|