Re: Moving a database from Sort order 44 to Sort order 52

From: Hari Prasad (hari_prasad_k_at_hotmail.com)
Date: 07/07/04


Date: Wed, 7 Jul 2004 10:57:39 +0530

Hi,

Upgrade wizard can not be used if the sort order id is different. The easy
way is :-

1. From SQL 6.5 Enterprise manager -- Object Menu -- Generate SQL Script.
2. Generate the script for all objects
3. COpy the Script to destination SQL 7 server
4. Create a new database in SQL 7 and execute the script. Ensure no error
occured
5. Use the DTS utility or BCP OUT/ IN to load the data into SQL 7

If you have huge volume of data it is recommended to go for BCP OUT, copy
the files to local SQl 7 server
and BCP IN.

--
Thanks
Hari
MCDBA
"Nick" <Test@test.com> wrote in message
news:elDz5$5YEHA.3664@TK2MSFTNGP12.phx.gbl...
> Can anyone point me in the right direction on the best way to take a SQL
6.5
> sort order 44 database and move it and the data to a SQL 7.0 sort order 52
> database ? The 6.5 to 7.0 part I got down (SQL Upgrade wizard). But this
> sort order change has me dizzy....
>
>


Relevant Pages

  • Re: Distributing Data with an App
    ... > You could BCP or BULK COPY your data or you could create insert statements ... >> create a SQL script which will create the table structure for the DB. ...
    (microsoft.public.sqlserver.server)
  • Re: Reports
    ... bcp your data out to a file. ... This is a script. ... I am very new to SQL, so please go easy on me... ... Right now I pull information from SQL 2000 to Excel. ...
    (microsoft.public.sqlserver)
  • Re: Copy Very large Table
    ... Take the script of the table and depandant objects from SQL 7 ... Use either BULK INsert or BCP IN with Batch commit option to load the ... Create all indexes and Triggers from script we ...
    (microsoft.public.sqlserver.tools)
  • Re: copy from sqlsrv2000 to sqlsrv 7
    ... Due to architectural changes backup compatibility from SQL 2000 down to SQL ... Script out all the objects using Generate scripts in SQL 2000 ... Run and create the objects in SQL 7 database. ... BCP OUT from 2000 and BCP IN in sql 7) ...
    (microsoft.public.sqlserver.server)
  • Re: copy from sqlsrv2000 to sqlsrv 7
    ... Due to architectural changes backup compatibility from SQL 2000 down to SQL ... Script out all the objects using Generate scripts in SQL 2000 ... Run and create the objects in SQL 7 database. ... BCP OUT from 2000 and BCP IN in sql 7) ...
    (microsoft.public.sqlserver.server)