Click here to Skip to main content
15,884,836 members
Everything / Auditing

Auditing

auditing

Great Reads

by Rion Williams
How to create advanced audit trails using ActionFilters in ASP.NET
by SatyLepide
MS SQL Server, a popular database management system from Microsoft, is widely used by organizations to store their data and to fetch them when required.
by Rick Drizin
Simple structure for keeping SQL Server Auditing Tables and Versioned Records in the same set of tables, using Audit Triggers and Entity Framework

Latest Articles

by Rick Drizin
Simple structure for keeping SQL Server Auditing Tables and Versioned Records in the same set of tables, using Audit Triggers and Entity Framework
by Fiyaz Hasan
Know how to use Entity Framework's new shadow property feature for easily implementing common audit fields for entities
by mcondon013
Message Logging Code Library routines allow you to output messages from your application to a text window, a text file or a Windows Event Log.

All Articles

Sort by Score

Auditing 

10 Oct 2013 by Rion Williams
How to create advanced audit trails using ActionFilters in ASP.NET
8 Oct 2020 by muneermohd9690
I have an access database for employees.certain users from manager level has access to this databse. I want to log any changes (add new,edit,delete) to the databse using vba code.the users will be using forms to do the edits. I have tried using...
3 Apr 2015 by SatyLepide
MS SQL Server, a popular database management system from Microsoft, is widely used by organizations to store their data and to fetch them when required.
22 Mar 2016 by Fjcosta
Hello There!I've a Vb.net Project that it is used to schedule, launch, and run a given macro of excel workbooks.Here's the code: If File1.Text "" Then xlApp = New Excel.Application xlworkbook =...
28 Mar 2016 by Fjcosta
Hey there,Managed to do it through this link:https://support.microsoft.com/en-us/kb/302814[^]Tks for the helpBest regards
19 Oct 2016 by Sanjay_MVC
Guys,Please help me to know the correct approach to follow, in the development of a healthcare project using ASP.NET MVC.In this project I am using EF6 with Code first approach and using WEB API. Few queries are not allowing me to proceed please help:I am wondering how should i proceed...
23 Nov 2021 by Rick Drizin
Simple structure for keeping SQL Server Auditing Tables and Versioned Records in the same set of tables, using Audit Triggers and Entity Framework
29 Jan 2015 by Mina Talaat Ghaly
Add the auditing properties with one SQL query and fill them from one place.
6 Jul 2016 by mcondon013
Message Logging Code Library routines allow you to output messages from your application to a text window, a text file or a Windows Event Log.
22 Mar 2017 by Fiyaz Hasan
Know how to use Entity Framework's new shadow property feature for easily implementing common audit fields for entities
12 Oct 2020 by muneermohd9690
thank you all for all your suggestions. I have reached a solution on how to do it .below is the solution.you would create a global module and name it as auditchanges and insert the below code Option Compare Database Option Explicit Sub...