cảm ơn vì tất cả những người đã cố gắng giúp tôi ... Tôi đã có giải pháp
-
kích hoạt đầu tiên trên
tbl_option
go Create TRIGGER insertProfileToOption ON dbo.tbl_options AFTER INSERT AS insert into tbl_profileOption (profileOption_profileId, profileOption_optoinId) (select tbl_profiles.profile_id, @@IDENTITY from tbl_profiles)
-
kích hoạt thứ hai trên
tbl_profile
go Create TRIGGER insertOptionToProfile ON dbo.tbl_profiles AFTER INSERT AS insert into tbl_profileOption (profileOption_profileId, profileOption_optoinId) (select @@IDENTITY, tbl_options.option_id from tbl_options)
nếu có một giải pháp khác, điều này sẽ tốt, cảm ơn bạn