Adding a user to an existing database audit specification in SQL Server

100 Views Asked by At

I want to add a new user to an existing database audit specification but I am having the following error and I have tried all the things I know

INCORRECT SYNTAX NEAR '='

ALTER DATABASE AUDIT SPECIFICATION [Log_File] ADD (PRINCIPAL = 'Engineer1'); GO

0

There are 0 best solutions below