According to REST style, it\'s generally assumed that HTTP POST, GET, PUT, and DELETE methods should be used for CREATE, READ, UPDATE and DELETE (CRUD)开发者_StackOverflow中文版 operations.
I\'m using Symfony 1.4 with the Propel 1.5 plugin. I need to create an audit log that shows reads/wr开发者_JAVA技巧ites to the database - with the user who\'s logged in.
We need an audit log in the product that we are creating. We use SQL Server 2008 R2. I learned that the LDF file keeps an complete log of all transactions that where made*.
Using only microsoft based technologies (MS SQL Server, C#, EAB, etc) if you needed keep the track of changes done on a record in a database which strategy would you will use? Triggers, AOP on the DAL
We have an automated build and QA process for our software, using tfs/teambuild and msbuild, and we want to be able to know (for audit purposes) whether a component has gone through that process or no
I have been looking at Hibernate Envers for entity auditing.I\'m using EclipseLink but I\'d like something similar.
I have developed a site that has urls to other sites. I would like to make it redirect but log the click on the redi开发者_如何学Pythonrection.
For a project that the company I\'m working on are setting up, we are in need of auditing (storing logs) for various of the tasks (changes made to tables in the system) that users perform. Currently,
Change Data Capture in SQL Server 2008 Enterprise Edition looks great.It captures all changes which is what we need and it will save us from custom coding this.
When I enabling au开发者_如何学编程diting for create session by the following way: audit create session by session;