Hi All,
I'm just starting to get in to SQL 2005 and have learned alot. I have a database that has just a few thousand records in it but I'd like to eliminate the possibility of having a duplicate entry of one of the fields WHILE ALLOWING Null values.
I read on constraints and it said that you could do a constraint to allow no duplicates in a field BUT ALLOW nulls; it didn't work for me.
Any suggestions and step-by-steps on how to do this would be much appreciated...
Thanks in advance.
I'm just starting to get in to SQL 2005 and have learned alot. I have a database that has just a few thousand records in it but I'd like to eliminate the possibility of having a duplicate entry of one of the fields WHILE ALLOWING Null values.
I read on constraints and it said that you could do a constraint to allow no duplicates in a field BUT ALLOW nulls; it didn't work for me.
Any suggestions and step-by-steps on how to do this would be much appreciated...
Thanks in advance.