M
Mark A. Sam
Hello,
I am trying to upsize a table from Access to SQL Server and get this
message:
CREATE UNIQUE INDEX PHONE ON Contacts(PHONE)
Server Error 1505: CREATE UNIQUE INDEX terminated because a duplicate key
was found for index ID 5. Most significant primary key is '<NULL>'.
Server Error 3621: The statement has been terminated.
Phone is a unique key, but not a primary key. I tried removing the key,
upsizing then adding the key from an Access project, but it wouldn't let me.
Thanks for any help and God bless,
Mark A. Sam
I am trying to upsize a table from Access to SQL Server and get this
message:
CREATE UNIQUE INDEX PHONE ON Contacts(PHONE)
Server Error 1505: CREATE UNIQUE INDEX terminated because a duplicate key
was found for index ID 5. Most significant primary key is '<NULL>'.
Server Error 3621: The statement has been terminated.
Phone is a unique key, but not a primary key. I tried removing the key,
upsizing then adding the key from an Access project, but it wouldn't let me.
Thanks for any help and God bless,
Mark A. Sam