SQL Server Error Code – 8673 a merge statement is not valid if it tri

In this blog post, you’ll learn more about the SQL Server Error Code 8673 and the error message description that is shown

SQL Server Error Code

8673

SQL Server Error Description for the Code :8673

A MERGE statement is not valid if it triggers both the ‘ON DELETE SET NULL’ and ‘ON UPDATE CASCADE’ actions for a referential integrity constraint. Modify the actions performed by the MERGE statement to ensure that it does not trigger both these actions for a referential integrity constraint.

Leave Your Comment