changing sort order from binary to dictionary case-insensitive

changing sort order from binary to dictionary case-insensitive

Post by Luis and Maribel Sot » Tue, 20 Apr 1999 04:00:00



I would greatly appreciate if anybody can give me an idea what are the
things I have to do or precautions I should undertake. This is the scenario:

Our current SQL Server 6.5 has a "binary" sort order, we have to change this
sort order to dictionary case-insensitive.

Thanks!

 
 
 

changing sort order from binary to dictionary case-insensitive

Post by Neil Pik » Wed, 21 Apr 1999 04:00:00


Luis,

 I'm afraid you have to re-install.  Transfer out the data first using bcp.

Quote:> I would greatly appreciate if anybody can give me an idea what are the
> things I have to do or precautions I should undertake. This is the scenario:

> Our current SQL Server 6.5 has a "binary" sort order, we have to change this
> sort order to dictionary case-insensitive.

 Neil Pike MVP/MCSE.  Protech Computing Ltd
 (Please post ALL replies to the newsgroup only unless indicated otherwise)
 For SQL FAQ entries see
 http://go.compuserve.com/sqlserver (library 1) - latest stuff is always here
 www.ntfaq.com/sql.html
 http://www.swynk.com/faq/sql/sqlserverfaq.asp

 
 
 

changing sort order from binary to dictionary case-insensitive

Post by Luis and Maribel Sot » Wed, 21 Apr 1999 04:00:00


Thanks for your response Neil.

What I actually did was this:

I have a test SQL Server and I reinstalled SQL Server and this time I used
Dictionary case-insensitive sort order.  My Production SQl Server is still
in Binary Sort order. I used Transfer Manager to  transfer a couple of
databases from the Production to my test Server. The data was successfully
transferred, including all the stored procedures and view tables, EXCEPT
when I looked at my tables the columns don't have datatypes and Primary
keys, etc.. Any insight?

Thanks.
Maribel


Quote:> Luis,

>  I'm afraid you have to re-install.  Transfer out the data first using
bcp.

> > I would greatly appreciate if anybody can give me an idea what are the
> > things I have to do or precautions I should undertake. This is the
scenario:

> > Our current SQL Server 6.5 has a "binary" sort order, we have to change
this
> > sort order to dictionary case-insensitive.

>  Neil Pike MVP/MCSE.  Protech Computing Ltd
>  (Please post ALL replies to the newsgroup only unless indicated
otherwise)
>  For SQL FAQ entries see
>  http://go.compuserve.com/sqlserver (library 1) - latest stuff is always
here
>  www.ntfaq.com/sql.html
>  http://www.swynk.com/faq/sql/sqlserverfaq.asp

 
 
 

changing sort order from binary to dictionary case-insensitive

Post by Neil Pik » Thu, 22 Apr 1999 04:00:00


Maribel,

 Did you select to transfer all user defined datatypes and dependencies?

 Neil Pike MVP/MCSE.  Protech Computing Ltd
 (Please post ALL replies to the newsgroup only unless indicated otherwise)
 For SQL FAQ entries see
 http://go.compuserve.com/sqlserver (library 1) - latest stuff is always here
 www.ntfaq.com/sql.html
 http://www.swynk.com/faq/sql/sqlserverfaq.asp

 
 
 

changing sort order from binary to dictionary case-insensitive

Post by Luis and Maribel Sot » Thu, 22 Apr 1999 04:00:00


Thanks again for your response.

Yes I did.  I somehow found the problem. I have to do some testing though to
make sure.
You might have encountered this problem or issue:

Production Server     -       SQL 6.5 SKP4
Test Server                -        SQL 6.5 SPK5

My frontend is Powerbuilder (I have two versions, PB5 and PB6.5) After
transfering the database to the Test Server (from Production) I looked at
the tables using PB5 and the datatypes are gone but when I view it again
using PB6.5, everything was okay.  I think it has to do with the Service
Pack 5.

Thanks,
Maribel.


Quote:> Maribel,

>  Did you select to transfer all user defined datatypes and dependencies?

>  Neil Pike MVP/MCSE.  Protech Computing Ltd
>  (Please post ALL replies to the newsgroup only unless indicated
otherwise)
>  For SQL FAQ entries see
>  http://go.compuserve.com/sqlserver (library 1) - latest stuff is always
here
>  www.ntfaq.com/sql.html
>  http://www.swynk.com/faq/sql/sqlserverfaq.asp

 
 
 

changing sort order from binary to dictionary case-insensitive

Post by Neil Pik » Fri, 23 Apr 1999 04:00:00


Luis,

 As part of the SP5 updates the system catalog procedures are updated.  Maybe
PB5 couldn't understand the output from these any longer...

 Neil Pike MVP/MCSE.  Protech Computing Ltd
 (Please post ALL replies to the newsgroup only unless indicated otherwise)
 For SQL FAQ entries see
 http://go.compuserve.com/sqlserver (library 1) - latest stuff is always here
 www.ntfaq.com/sql.html
 http://www.swynk.com/faq/sql/sqlserverfaq.asp

 
 
 

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

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. How to implement Image getImage();

3. Missing DB-Library?

4. Groupware ISP Customer Database

5. I need an example or two...

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

7. Binary sort vs Case insensitive

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