Here's my problem:
There's a field in my database called ESN that currently allows duplicate values. The values are stored as either 8 digit hex values (e.g. 8AFC11FF) or as 11 digit decimal values (12212344311). We now are not allowing any new and existing values in this field to be duplicate.
HOW WOULD I DO THIS?
I'm sort of new to SQL Server. Any help would be great!
Thanks in advance
There's a field in my database called ESN that currently allows duplicate values. The values are stored as either 8 digit hex values (e.g. 8AFC11FF) or as 11 digit decimal values (12212344311). We now are not allowing any new and existing values in this field to be duplicate.
HOW WOULD I DO THIS?
I'm sort of new to SQL Server. Any help would be great!
Thanks in advance