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

php - how to change mysql_result($res, 0, "url"); to mysqli -

Delphi: missing interface declarations for UI Automation methods -

android - How to attach an image from an app to gmail -