This post is part of the series on Implementing Fastpath's Audit Trail and is part of the parent Implementing Fastpath's Assure Suite series.
Audit Trails tracks changes by creating triggers on SQL Server. When you create the triggers you do so by selecting a table, choosing the events to track and which fields to be audited:
You can separately choose to track inserts, updates and deletes by…
Continue Reading Ian Grieve’s Article on their blog
Implementing Fastpath’s Audit Trail: Select tables to audit
This post is part of the series on Implementing Fastpath’s Audit Trail and is part of the parent Implementing Fastpath’s Assure Suite series. Audit Trails tracks changes by creating trig…
Blog Syndicated with Ian Grieve’s Permission