I am trying to change the collation in my sql database so that it would be case insensitive with no success. What I have it set to currently is this: "SQL_Latin1_General_CP1_CI_AS" which is supposed to be case insensitive yet it is case sensitive.
Which collation I need to pick ?
Thanks