SQL Server DDL Trigger is a special kind of trigger that fires in response to Data Definition Language (DDL) statements – CREATE, ALTER, DROP (Table, Function, Index, Stored Procedures, Views.. etc).
source https://www.c-sharpcorner.com/Blogs/how-to-track-stored-procedure-function-view-changes-in-sql-server
No comments:
Post a Comment