Hi,
I have a database on SQL Server 2008 its default collation is SQL_Latin1_General_CP1_CI_AS now I have changed the collation to SQL_Latin1_General_CP1_CS_AS. But after changing the collation only object's name in this database and columns name have become case sensitive. I want all informations in columns
should be case sensitive. What else I can do?
Please help.