There is a strange issue that we have noticed with SQL Server Database Audit - If a Insert operation is performed, using variables (insert into table values (@column1, @column2) it is not possible to identify the value that was inserted into the table. And we end up getting the variable name in the audit logs. I have checked across the Microsoft articles but there is seems no solution to this problem. Is this a bug?