Symptoms
Consider the following scenario:
-
In SQL Server 2014 or 2016, you have several tables, each of which has a PRIMARY KEY constraint specified.
-
You create a cascading chain for those tables by using the FOREIGN KEY constraint together with the ON DELETE CASCADE action.
-
You create an AFTER DELETE trigger for each table.
-
You delete a row from the parent table. This triggers the AFTER DELETE triggers and the ON DELETE CASCADE action chain.
In this scenario, the triggers may occur in the wrong order.
Resolution
This issue is fixed in the following cumulative updates for SQL Server:
Cumulative Update 5 for SQL Server 2016 RTM
Cumulative Update 2 for SQL Server 2016 SP1
Cumulative Update 5 for SQL Server 2014 SP2
Cumulative Update 11 for SQL Server 2014 Service Pack 1
Each new cumulative update for SQL Server contains all the hotfixes and security fixes that were included in the previous cumulative update. Check out the latest cumulative updates for SQL Server:
StatusMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.
References
Cascading Referential Integrity Constraints
terminology Microsoft uses to describe software updates.
Learn about the