Reputation: 1
I am looking for a way to fetch client application name in audit logs in SQL Server. As per the MSDN page, it should be available from SQL Server 2017 on-wards.
I have created a database level audit specification for select and insert and I want to determine which application is executing those queries.
Any help around this topic is appreciated.
Upvotes: 0
Views: 989
Reputation: 1
Apparently you can only fetch that data using T-SQL at the moment. SSMS log viewer does not show those additional columns.
Upvotes: 0