bgreenhouse
Technical User
HI Everyone
I know you need to set up case sensitivity when you set up the server, but I can't figure out how to change it, and I'm wondering if I can just change it for one column. An article at MS ( sort of implies that you could change collation on one column.
I have a table with cardnumber and password. A form sends cardnumber and password to a stored procedure, which checks to see if there is one record with that cardnumber and password in the login table. If there is, it returns a login result code that redirects the user to the members section. Right now the PW isn't case sensitive. Do I have to reinstall the whole database to make that work? Or is there an easier way?
Ben
I know you need to set up case sensitivity when you set up the server, but I can't figure out how to change it, and I'm wondering if I can just change it for one column. An article at MS ( sort of implies that you could change collation on one column.
I have a table with cardnumber and password. A form sends cardnumber and password to a stored procedure, which checks to see if there is one record with that cardnumber and password in the login table. If there is, it returns a login result code that redirects the user to the members section. Right now the PW isn't case sensitive. Do I have to reinstall the whole database to make that work? Or is there an easier way?
Ben