Dear All,
We have database audit for DML , all direct changes are getting logged with proper input values however the changes through application is showing only parameters and not the exact values.
UPDATE [dbo].[Student] SET [name] = @0 where WHERE ([Code] = @1)
How to get proper value in Audit.