New SQL Server project templates for VS2015 (Create Event Notification.sql)
1: CREATE EVENT NOTIFICATION [$rawname$]
2: ON DATABASE
3: FOR [$SomeEventType$]
4: TO SERVICE '[$SomeBrokerService$]', '$CurrentDatabase$'
Comments (
)
Link to this page:
//www.vb-net.com/VS2015-SQL-Server-Project-Templates/Create-Event-Notification-sql.htm
|