Is it possible to alter an existing FK constraint to allow cascades on update or delete? If so, what is the T-SQL syntax?
I have been unable to get an Alter command to work, so the only way I know of to accomplish this is to drop the constraint and then recreate it.