Password Field Case Sensitive in MS SQL Server 2005

by Duane 17. August 2009 14:13

MS SQL Server is case insensitive by default   To make a column case sensitive for a password field is a straight forward process you can do within Visual Studio.  Assuming you are connected to your database, simply browse to the table that contains your users passwords and open the table definition.  Highlight the password column and in the column properties  scroll down to "Collation" select SQL_Latin1_General_CP1_CS_AS.  Save your table.  Your password column is now case sensitive.

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

ASP.NET | T-SQL

Comments

Add comment


(Will show your Gravatar icon)  

  Country flag

biuquote
  • Comment
  • Preview
Loading