audit
Should I use PUT method for update, if I also update a timestamp attribute
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.[详细]
2023-02-25 01:46 分类:问答symfony1.4 propel1.5 audit log
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.[详细]
2023-02-24 15:07 分类:问答How can I audit with the Microsoft SQL Server LDF file?
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*.[详细]
2023-02-19 09:04 分类:问答Auditing record changes in sql server databases
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[详细]
2023-02-16 23:53 分类:问答Teambuild / MSBuild and stamping QA-approved builds
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[详细]
2023-02-16 06:31 分类:问答Hibernate Envers for EclipseLink (Entity Auditing)
I have been looking at Hibernate Envers for entity auditing.I\'m using EclipseLink but I\'d like something similar.[详细]
2023-02-15 13:31 分类:问答Site redirect: research and question on Facebook's way
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.[详细]
2023-02-13 05:46 分类:问答SQL - Audit log table design - Which would you prefer?
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,[详细]
2023-02-11 16:37 分类:问答Master Viewer for Change Data Capture
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.[详细]
2023-02-11 15:50 分类:问答"audit create session by session" vs. "audit create session by access"?
When I enabling au开发者_如何学编程diting for create session by the following way: audit create session by session;[详细]
2023-02-09 04:49 分类:问答
加载中,请稍侯......