Forum Discussion
Alktor
Jul 05, 2024Copper Contributor
Extended Event with app_name doesn't work properly
Hello, When I create an extended event to capture all the SELECT on the instance, it works : CREATE EVENT SESSION [YourSession] ON SERVER ADD EVENT sqlserver.sql_statement_completed( ACTION(sq...
rpi_dwillis77
Dec 20, 2024Brass Contributor
Hello,
I'm having the exact same issue when trying to capture login events - if I include the AppName field in the session, I get no results. If I remove it, I get results as expected.
This is on SQL 2019. If anyone knows why this is happening, some insight would be much appreciated!
Best regards