Relationships - Do you avoid using Cascade Delete?

Last updated by ChristianMWaite over 4 years ago.See history

SQL Servers ON DELETE CASCADE functionality can be very dangerous. We recommend not using it. Imagine someone deletes customer and the orders are deleted. If you need to delete records in related tables, do it in code in the application as it gives you more control.

We open source. Powered by GitHub