Converting a database from dictionary case insensitive sort order to binary sort order

Converting a database from dictionary case insensitive sort order to binary sort order

Post by Raju » Wed, 16 Oct 2002 06:14:20



I have a database with dictionary case insensitive sort order in SQL server
7.0.

Now i need to convert that database into SQL Server 2000 with binary sort
order.

Can you please give me a best method of doing this.

FYI

I used DTS no use

I used copy database but no use

The database has 4000 tables.

Raju

 
 
 

Converting a database from dictionary case insensitive sort order to binary sort order

Post by Russell Field » Wed, 16 Oct 2002 22:55:58


Raju,

You don't say what about DTS was no use, so a little more detail might help
someone here.  I would expect DTS to be just fine.

However, here is a relatively straightforward way if we assume that the data
itself does not need to be converted.

BCP from SQL Server 7.0 all tables out to files on the OS file system.

BCP all those files into tables on the new SQL Server 2000 database.

Now, should your data need to be converted due to collation changes it is a
little more complex.  You could research 'collation' in the BOL.

Russell Fields

Quote:

> I have a database with dictionary case insensitive sort order in SQL
server
> 7.0.

> Now i need to convert that database into SQL Server 2000 with binary sort
> order.

> Can you please give me a best method of doing this.

> FYI

> I used DTS no use

> I used copy database but no use

> The database has 4000 tables.

> Raju


 
 
 

Converting a database from dictionary case insensitive sort order to binary sort order

Post by Allan Mitchel » Sat, 19 Oct 2002 03:05:17


DTS will pump data in from one collation and sort order to another.

Can you not restore the 7 database to 2000.  2000 has the ability to
have a different setting in each database.

--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE, MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community for SQL Server
professionals - http://www.sqlpass.org

 
 
 

1. Converting a database from dictionary case insensitive sort order to binary sort order

Hi All,

I have a database with dictionary case insensitive sort order in SQL server
7.0.

Now i need to convert that database into SQL Server 2000 with binary sort
order.

Can you please give me a best method of doing this.

FYI

I used DTS no use

I used copy database but no use

The database has 4000 tables.

Raju

2. Longest Index Key

3. FAQ

4. DTS and date format

5. changing sort order from binary to dictionary case-insensitive

6. Creating Sub-Directories in FPW26

7. changing sort order from binary(50) to case insensitive(52)

8. Help needed to Convert MSSQL V7 Dictionary sort order to MSSQL2000 Binary

9. How to match exactly the data in Sort order Case Insensitive

10. Sort Order - Case Insensitive

11. Sort order case insensitive...