In my application I am sending password to database,lets say my Password is PassworD123.
Now this is giving me proper value ,but when i am using password123..its also giving me the proper value.So how to chaeck for case sensitive data in SQL server.
Any demo code will help.
Thanks.
In my application I am sending password to database,lets say my Password is PassworD123.
Share
You can use COLLATE clause in your T-SQL statement.
Ex.