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?