Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reset collate
Message
De
09/04/2003 06:57:51
Martin Van Krieken
Capgemini Nederland Bv
Utrecht, Pays-Bas
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Titre:
Reset collate
Divers
Thread ID:
00775405
Message ID:
00775405
Vues:
36
Hello,

I have to do some maintenance on a SQL 2000 database. I have to build a script to alter some tables in this database. I found out that collation is set on some fields in some tables. I want to reset collation of these fields to the default, but I can't get it right. I tried these variants of Alter Table:
Alter Table <tablename> Alter Column <fieldname> Collate
Alter Table <tablename> Alter Column <fieldname> Collate ''
Alter Table <tablename> Alter Column <fieldname> Collate ' '
Alter Table <tablename> Alter Column <fieldname> Collate []
Alter Table <tablename> Alter Column <fieldname> Collate [ ]
None of these statements work.
Has anyone an idea how to reset the collation?

TIA,

Martin
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform