Ankur Jain
What is the difference between a DDL trigger and a DML trigger?
By Ankur Jain in SQL Server on Aug 18 2014
  • Ankur Jain
    Aug, 2014 18

    A DDL trigger executes in response to a change to the structure of a database (for example, CREATE, ALTER, DROP). A DML trigger executes in response to a change in data (INSERT, UPDATE, DELETE).

    • 1


Most Popular Job Functions


MOST LIKED QUESTIONS