vote up 0 vote down star

hi guys, I have a registration table with primary key RegId. I have another table named Users, also contain RegId as Foreign key.

When I delete one RegId from registration, I have to delete RegId from Users. Can anybody help?

flag

33% accept rate

1 Answer

vote up 1 vote down

Define the foreign key with "ON DELETE CASCADE".

You can do this is in T-SQL or in design view in SSMS

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.