Posts
Sort by recent activity
TSQL Format of Extended Event leads to syntax error
Hi,
Currently trying to format code like
ALTER EVENT SESSION [QuickCapture_BatchCompleted] ON SERVER
STATE = START
or like
ALTER EVENT SESSION [QuickCapture_BatchCompleted] ON SERVER STATE = START
...