i think u want some thing like this.
ON DELETE CASCADE
Specifies that if an attempt is made to delete a row with a key referenced by foreign keys in existing rows in other tables, all rows that contain those foreign keys are also deleted.
ref:http://msdn.microsoft.com/en-us/library/ms186973%28SQL.90%29.aspx