Transfering Database

From: PaulaC (anonymous_at_discussions.microsoft.com)
Date: 09/10/04


Date: Fri, 10 Sep 2004 07:57:01 -0700

Transfering DB from one collation in SQL 2000 to a
different collation in SQL 2000.

We need to transfer our user databases from codepage 850
to 1252.

We have succesfully transfered all objects and data EXCEPT
stored procedures using the "Import/Export Data Wizard."
We then scripted all the stored procedures from the cp850
database and installed them into the cp1252. However for
quite a few stored procedures we get the error "Cannot
resolve collation conflict for equal to operation." I
have tried scripting the sp's with the option 'Only script
7.0 compatible features' on and off but get the same
errors each time.

Please you help.

Thanks

Paula.



Relevant Pages

  • RE: Install SQL Server 2000 with different COLLATION
    ... When you upgrade an existing SQL 7.0 instance, ... always inherits the 7.0 instance's collation. ... If you want to install SQL ... Microsoft SQL Server Support ...
    (microsoft.public.sqlserver.server)
  • Re: changing the SORT Collations
    ... Collation in SQL 2000 is now a per database setting. ... To change the sort order for the ... server, you have to detach all databases, uninstall and reinstall SQL in the ...
    (microsoft.public.sqlserver.server)
  • Re: Japanese Text
    ... the commands are for SQL Server 2000 as SQL 2000 allows for different ... database-level collations as well as different column-level collations. ... inserting or updating the Japanese text using the N prefix, ... > box as shown in the article to alter collation. ...
    (microsoft.public.sqlserver.fulltext)
  • Re: SQL_Latin1_General_CP1_CS_AS
    ... case-SENSITIVE from the SQL collation. ... Windows collations on the other hand are taken from Windows. ... When you install SQL Server, you will be suggested a default collation ...
    (comp.databases.ms-sqlserver)
  • RE: Collation
    ... SQL 7.0 lets you indepently specify different values for the three ... server with totally inconsistent collation settings (for example, ... insensitive Unicode sorting). ... figure out what SQL 2000 setup settings you need to select to get a server ...
    (microsoft.public.sqlserver.server)