X
xum
my sql is:
CREATE EVENT NOTIFICATION mytestqueue
ON DATABASE
FOR DDL_DATABASE_LEVEL_EVENTS
TO DATABASE northwind
but error message is:
Incorrect syntax near 'northwind'.
how to do? thanks!!!
CREATE EVENT NOTIFICATION mytestqueue
ON DATABASE
FOR DDL_DATABASE_LEVEL_EVENTS
TO DATABASE northwind
but error message is:
Incorrect syntax near 'northwind'.
how to do? thanks!!!