What are DDL triggers?
What are DDL triggers? DDL triggers fire in response to a variety of Data Definition Language (DDL) events. These events primarily correspond to Transact-SQL statements that start with the keywords CREATE, ALTER, DROP, GRANT, DENY, REVOKE or UPDATE STATISTICS. What are DML triggers? DML triggers is a special type of stored procedure that automatically takes […]