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>

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -