Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
crugerenator
Posting Yak Master
126 Posts |
Posted - 2009-01-09 : 16:26:49
|
| I have a password field on a table that is encrypted using SQL Server's built in encryption. I'm using a stored procedure to do the query to check the username and pass and this is where the password is unencrypted. Case sensitivity is not enforced, is this a setting in SQL Server or do I have to alter my proc in order to enforce case sensitivity on the password field?Thanks! |
|
|
|
|
|