1 year ago
#317791
Agricola
Human Readable SQL Server CDC Output
We have implemented SQL Server CDC as a background auditing tool across multiple databases. We have a new requirement to implement a human readable audit report accessible from the user interface. Currently our only solution is to develop a separate stored procedure per user process to return that human readable output for display on the UI but this is taking too long. Is there a tool set or generic approach to producing human readable output from CDC data which we would use to short cut this development process?
sql
sql-server
audit
0 Answers
Your Answer