(SQL) SQL (2014)

New SQL Server project templates for VS2015 (Create Database Trigger.sql)

   1:  CREATE TRIGGER [$rawname$]
   2:  ON DATABASE
   3:  FOR DDL_TABLE_VIEW_EVENTS
   4:  AS
   5:  BEGIN
   6:      SET NOCOUNT ON
   7:  END


Comments ( )
Link to this page: //www.vb-net.com/VS2015-SQL-Server-Project-Templates/Create-Database-Trigger-sql.htm
< THANKS ME>