SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,418 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi, ALL,
Is there a way to do thttps://learn.microsoft.com/en-us/sql/t-sql/statements/create-event-notification-transact-sql?view=sql-server-ver16 if one do not exist?
Thank you,
IF NOT EXISTS (SELECT * FROM sys.event_notifications WHERE name = 'MyEventNot')
CREATE EVENT NOTIFICATION MyEventNot ON ...