sql server - Trigger on table -
I'm interested in learning about triggering execution in SQL Server.
I have a INSERT trigger for a table and I include 10 records from another table.
- How often are the triggers called? Once or 10 times?
- And how many records will be available in the INSERTED table?
- For your
INSERT statement
the trigger is called one time .except table
/ Html>
- For your
Comments
Post a Comment