我数据库中的触发器是这样的:begin
update TM_ProSsetHitsCount= HitsCount + 1from inserted iwhere TM_ProS.ID=i.ProID
end
不知道能否改成外键做联级触发?