guys, I recently migrated one database from sql 2k to sql 2k5. Now the problem is I have to change the view column collation can anyone help me in solving this. Thanks, Baru.
Do u mean you have a view and you want to change the collation of one of its columns ? If so , you can edit the view and specify the column collation using COLLATE Keyword ALTER VIEW Dbo.v1 AS SELECT col1 collate Latin1_General_CI_AS , col2 from tbl1