Cannot uniquely identify row

A table in the database has no primary key but contains an element that prevents the addition of temporary identifiers.

This could be due to an existing column being defined as an identity column.

How to fix

Add a temporary primary key to the table before masking, then remove it afterwards.



Didn't find what you were looking for?