Re: Quickest way to change Collation of Master DB?
From: Hari Prasad (hari_prasad_k_at_hotmail.com)
Date: 07/10/04
- Previous message: Andrew J. Kelly: "Re: New Server RAID setup"
- In reply to: Fred Morrison: "Quickest way to change Collation of Master DB?"
- Next in thread: Fred Morrison: "Re: Quickest way to change Collation of Master DB?"
- Reply: Fred Morrison: "Re: Quickest way to change Collation of Master DB?"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 10 Jul 2004 10:17:28 +0530
Hi,
>From Microsoft KB.
Change the collation of the master database
If you want to change the collation of the master database, you must rebuild
the master database. When you rebuild the master database, you essentially
create a new master database. Therefore, consider the following items before
you rebuild the master database:
a.. Make sure to make a valid backup of the current master database. When
you rebuild the master database, the msdb database and the model database
are also re-created. Therefore, you must back up the msdb database and the
model database before you rebuild the master database. The msdb database is
the system database that is used to store your SQL Server jobs, alerts,
operators, and DTS packages. The model database is the template database
that is used when you create a new database.
b.. Because rebuilding the master database creates a new master database,
you must re-enter the existing login information after you rebuild the
master database. Therefore, you must export the login information before you
rebuild the master database. After you re-create the master database, import
the login information. For additional information about how to export login
information, click the following article number to view the article in the
Microsoft Knowledge Base:
http://support.microsoft.com/?kbid=325335#7
Thanks
Hari
MCDBA
"Fred Morrison" <anonymous@discussions.microsoft.com> wrote in message
news:2a2a801c465f0$807ba600$a401280a@phx.gbl...
> I need to change the collation of the Master database on
> my (local) server to Latin1_General_CP1_CI_AS.
>
> What's the quickest, painless way to do that?
- Previous message: Andrew J. Kelly: "Re: New Server RAID setup"
- In reply to: Fred Morrison: "Quickest way to change Collation of Master DB?"
- Next in thread: Fred Morrison: "Re: Quickest way to change Collation of Master DB?"
- Reply: Fred Morrison: "Re: Quickest way to change Collation of Master DB?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|