Can anyone plz tell me how can i read the value of parameteres in the sql server audit log file's statement attribute. for example : i fired a query select name from some_table where id='someID'
In log file i get the entry in the statement attribute as Select from [some_table] where [id]=@1
So can someone help me to get the value of this @1???