Avatar of bibi92
bibi92
Flag for France asked on

audit generate duplicate on event application log

Hello,

The following audit generate duplicate event on Windows application log, why ?
CREATE SERVER AUDIT [ApplicationLog_Logon]
TO APPLICATION_LOG
WITH
(      QUEUE_DELAY = 1000
      ,ON_FAILURE = CONTINUE
      ,AUDIT_GUID = 'ed3842b-ea77-4547-a77f-c8874785874''
)
WHERE (NOT [server_principal_name] like 'NT SERVICE\SQLAgent$%')
ALTER SERVER AUDIT [ApplicationLog_Logon] WITH (STATE = ON)
GO

Thanks

regards
Microsoft SQL Server

Avatar of undefined
Last Comment
EugeneZ

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
EugeneZ

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy