Hi,
I am using VS2008 with SQL server 2008 for my windows application. When I create my database I found some columns are having different collations I have removed there collations and now I have all the columns with same collations,. But now I want to ensure that nobody should be able to change the collation or nobody should be able to explicitly specify the collation while adding columns. Can this be done?
Is there any setting in the database that restricts the user to change the collation or explicitly specifying collation while creating new table / columns.
Thanks & Regards,
Girish Nehte