I am using sql server express 2008 with mmse.
i have set up a foreign key constraint between to tables and set the on delete constraint to “set null”.
however it does no seem to enforce the constraint and i am left with the ID in the field of the now deleted row.
here is a small screen shot of how i have it set up
where could i be going wrong?
The DDL you posted works fine for me.
Returns
Can you just double check the enabled status your end?