Can I alter a column charset and collation in MS SQL 2005 for a specific column without changing the collation of the entire database. I just need it for one column (or table)
I know this can be done in MySQL with a simple "ALTER TABLE" query, but in MS SQL..?
Regards
/C