Possible Duplicate:
SQL server ignore case in a where expression
basically I need to check something like this
select * from users where name = @name, pass = @pass
the problem is that 'pass' = 'pAsS'
is there something more strict for string comparison in sql (ms sql-server)