I am trying to create an alternate key on contacts using just the "mobilephone" field. For some reason the status shows failed. The error message I am getting is this one:
"The CREATE UNIQUE INDEX statement terminated because a duplicate key was found for the object name 'dbo.ContactBase' and the index name 'ndx_for_entitykey_new_mobilephone_key'. The duplicate key value is (0)."
Any ideas of what might be wrong?
*This post is locked for comments