SQLUSA

Microsoft SQL Server 2000

Best Practices

 

How to change the collation of a column?

 

You have to use the alter table statement.

alter table Company alter column CompanyName varchar(40)
COLLATE SQL_Latin1_General_CP1_CI_AI null

 

Best in the World in SQL Server Training
 
SQLUSA.com Home Page