See if this helps:
http://vyaskn.tripod.com/case_sensitive_search_in_sql_server.htm

Signature
HTH,
Vyas, MVP (SQL Server)
SQL Server Articles and Code Samples @ http://vyaskn.tripod.com/
> Hi,
>
[quoted text clipped - 19 lines]
> --
> Venkat
Venkat - 21 Jul 2005 07:31 GMT
Thanks for your link. But my problem has not been solved.
My problem is why the sql server is checking for a case sensitive
information while logging into the sql server. I am not maintaining any user
tables for passwords. I am just talking about the SQL Server Login using
Query Analyzer.
While logging into the Query Analyzer the password is not validated
using case sensitive. Instead the password is checked using Case-insensitive
mode. It is allowing the user even he typed a mixed case password for a
login which is created using a small case password while creating a user
account.
> See if this helps:
> http://vyaskn.tripod.com/case_sensitive_search_in_sql_server.htm
[quoted text clipped - 21 lines]
>> --
>> Venkat
Dan Guzman - 23 Jul 2005 23:25 GMT
Case-sensitivity for SQL Server login passwords is determined by your
instance default collation. It seems you are using an instance with a
case-insensitive collation.

Signature
Hope this helps.
Dan Guzman
SQL Server MVP
> Thanks for your link. But my problem has not been solved.
>
[quoted text clipped - 34 lines]
>>> --
>>> Venkat