Hi Folks,
I have table in SQL Server which has two columns that must be unique (Email Address, and Username), I am traying to find a way to handle their uniqueness seprately.
What I mean is if a user wants to register and key in an email address which is NOT existed,but a username which is EXISTED, How to prompt to user that he/she has to enter a new Username?
Thanks.
Go to the complete details ...