We have our database in SQL SERVER 2008 R2 which has collation SQL_Latin1_General_CP1_CI_AS which is an case insensitive collation.So i facing issue while inserting data which varies in upper and lower case.which collation can i use so as to make our Database case sensitive in SQL Server.
Thanks in advance.
.