RE: collation
From: Sasan Saidi (SasanSaidi_at_discussions.microsoft.com)
Date: 02/21/05
- Next message: megrout_at_sbcglobal.net: "Re: Extract source of all stored procedure"
- Previous message: David Portas: "RE: Extract source of all stored procedure"
- In reply to: sysbox27: "collation"
- Next in thread: sysbox27: "RE: collation"
- Reply: sysbox27: "RE: collation"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 21 Feb 2005 08:35:12 -0800
Hi sysbox27,
Definitly not the same! You can:
1. Rebuild you master database to have the same collation as your user
database.
OR
1.Change your user database collation to match the server collation by A)
Using DTS or Alter database, Alter table/alter column (the Alter table/alter
column has many restrictions). The following article describes how the above
can be done:
Article title: How to transfer a database from one collation to another
collation in SQL Server
Article Link:
http://support.microsoft.com/default.aspx?scid=kb;en-us;325335&Product=sql2k
Sasan Saidi
Senior DBA
"sysbox27" wrote:
> Hi,
> I have built a server based on a db's collation that I want to load, however
> I still receive the 'cannot resolve collation conflict for equal to
> operation'.
>
> I have checked the collations of the loaded against the tempdb.
> loaded db:
> SQL_Latin1_General_CP1_CI_AS
> Latin1-General, case-insensitive, accent-sensitive, kanatype-insensitive,
> width-insensitive
> for Unicode Data, SQL Server Sort Order 52 on Code Page 1252 for non-Unicode
> Data
>
> tempdb:
> Latin1_General_CI_AS
> Latin1-General, case-insensitive, accent-sensitive, kanatype-insensitive,
> width-insensitive
>
> I would have thought the above would have been ok?
>
> Does this mean a rebuild of master db to map collation to db?
>
> Thanks.
- Next message: megrout_at_sbcglobal.net: "Re: Extract source of all stored procedure"
- Previous message: David Portas: "RE: Extract source of all stored procedure"
- In reply to: sysbox27: "collation"
- Next in thread: sysbox27: "RE: collation"
- Reply: sysbox27: "RE: collation"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|