The other month I ran into an issue when trying to run a simple update statement on a table in SQL Server 2005. The error I was receiving was:
Cannot insert duplicate key row in object ‘MyProductView’ with unique index ‘IXCL_MyProductView’
The other month I ran into an issue when trying to run a simple update statement on a table in SQL Server 2005. The error I was receiving was:
Cannot insert duplicate key row in object ‘MyProductView’ with unique index ‘IXCL_MyProductView’