Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Server Collation Question
Message
De
08/10/2004 09:26:02
Jon Neale
Bond International Software
Wootton Bassett, Royaume Uni
 
Information générale
Forum:
ASP.NET
Catégorie:
Bases de données
Divers
Thread ID:
00949841
Message ID:
00949866
Vues:
9
Hi Simon,

I'm pretty new to SQL Server myself but we have had several problems with installing our application against our clients SQL Server. Basically, lots of them have different collation settings which our app tends not to like very much. I'm not really sure if there is a standard collation.

To alter the collation of a field through query analyser you can:

ALTER TABLE ja
ALTER COLUMN ja_dept varchar(20) COLLATE Latin1_General_CI_AS

To be honest we try to keep the collation setting at a database level and not to get to low level with it. This is only our way of doing it.

I would be interested in finding out if and why you (not you specifically but anyone) would need to have collation settings different at a field level.

Its all a learning curve to me.

Jon
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform