How do I edit a table in order to enable CASCADE DELETE?

Read this Microsoft article first. Read Me. I use the GUI during design so here is a picture of how it is selected in SSMS.
alt text
The syntax added to the foreign key is ” ON DELETE CASCADE “

Leave a Comment