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 |
|
venkath
Posting Yak Master
202 Posts |
Posted - 2007-03-27 : 07:44:13
|
| Hi allHow can i create case senstive passwords in SQL server 2000 databases.Thanks |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2007-03-27 : 07:49:34
|
| Use a case sensitive collation.Peter LarssonHelsingborg, Sweden |
 |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2007-03-27 : 07:49:50
|
| Or use VARBINARY column.Peter LarssonHelsingborg, Sweden |
 |
|
|
Lamprey
Master Smack Fu Yak Hacker
4614 Posts |
Posted - 2007-03-27 : 15:17:53
|
| As Peso said..Here is a link to some examples, if it helps:[url]http://vyaskn.tripod.com/case_sensitive_search_in_sql_server.htm[/url]-Ryan |
 |
|
|
|
|
|