Thursday, October 11, 2018

How To Track Changes In Stored Procedure, Function, And View In SQL Server

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