Re: Case sensitive Password check while logging into SQL Server
From: Narayana Vyas Kondreddi (answer_me_at_hotmail.com)
Date: 07/20/05
- Next message: Hari Prasad: "Re: Restricting domains from which a user can login using SQL Server login"
- Previous message: Joubert Nel: "Restricting domains from which a user can login using SQL Server login"
- In reply to: Venkat: "Case sensitive Password check while logging into SQL Server"
- Next in thread: Venkat: "Re: Case sensitive Password check while logging into SQL Server"
- Reply: Venkat: "Re: Case sensitive Password check while logging into SQL Server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 20 Jul 2005 19:21:56 +0100
See if this helps:
http://vyaskn.tripod.com/case_sensitive_search_in_sql_server.htm
-- HTH, Vyas, MVP (SQL Server) SQL Server Articles and Code Samples @ http://vyaskn.tripod.com/ "Venkat" <tammana@inooga.com> wrote in message news:%23OjVfCUjFHA.3544@TK2MSFTNGP15.phx.gbl... > Hi, > > Is there any way to check the password just to allow into the SQL > Server when it matches with the database password including Case. > > My problem is I used a sqlserver connection string to login to my sql > server db. But it is allowing me, even though the user types the password > in any case. > > Eg: If i have a password as "pwd" for user "Guest" > > It is allowing to enter into the db even the user enters "PWD" or "Pwd" > in any way as the password. > > I tried even with Query Analyzer. In that also it is not checking the > password for case sensitive. Is there any way to check the password with > case sensitive. I think the sql server internally should check with case > sensitive for a password. > > Please help me. > > -- > Venkat >
- Next message: Hari Prasad: "Re: Restricting domains from which a user can login using SQL Server login"
- Previous message: Joubert Nel: "Restricting domains from which a user can login using SQL Server login"
- In reply to: Venkat: "Case sensitive Password check while logging into SQL Server"
- Next in thread: Venkat: "Re: Case sensitive Password check while logging into SQL Server"
- Reply: Venkat: "Re: Case sensitive Password check while logging into SQL Server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|