auditing
'Statement' Attribute in SQl Server Auditing Log File
Can anyone plz tell me how can i re开发者_如何学JAVAad the value of parameteres in the sql server audit log file\'s statement attribute.[详细]
2023-02-17 02:27 分类:问答C# reflection and auditing types
I\'m trying to figure out if it\'s possible via reflection (or otherwise) to \"audit\" some code to enforce validation requirements -- such as checking whether or not code creates any threads (System.[详细]
2023-02-14 14:17 分类:问答"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 分类:问答Hibernate Envers for Doctrine?
Doctrine 1.x and 2 both offer some kind of Versionable support in the form of a separate auditing table that tracks changes over time. However, the versions appear to be intended for per-row use (ie,[详细]
2023-01-21 09:13 分类:问答Returning PK of gridview when updating or inserting (ASP.NET, C#)
I require all changes such as inserts, updates and deletes to a table to be auditted, and I\'m using a simple SQLDataSource and GridView with automagically generated INSERT/UPDATE/DELETE statements. P[详细]
2023-01-19 14:08 分类:问答Entity Framework - Auditing activity
My database has a \'LastModifiedUser\' column on every table in which I intend to collect the logged in user from an application who makes a change.I am not talking about the database user so essentia[详细]
2023-01-17 16:01 分类:问答How to manage object revisions in Grails?
I need to implement a revision system for articles in my grails web app. After searching grails forum, stackoverflow, grails plugins 开发者_Go百科and googling internet, I have ended up with 3 options:[详细]
2023-01-13 04:29 分类:问答Tracking changes on instances of a class and their associations - thoughts?
I have a class Question which has a lot of assocated models.On one page on my app i list a summary of all the current questions, with various info from associated records.Ultimately this is a hash of[详细]
2023-01-06 21:57 分类:问答Can you configure SQL Server 2008 Auditing to keep the audit data on a database other than the one being audited?
We are planning on using the new auditing feature in SQL Server 开发者_JS百科2008. Is there a way to configure the auditing component to insert audit data to a separate database? I don\'t believe so.[详细]
2023-01-05 12:52 分类:问答NHibernate and SetSessionAuth audit columns
We have audit columns set by triggers. For obscure security reasons predating my tenure and out of my control, we log in with a generic user, and do a \'set session authorization\' to change the user[详细]
2022-12-26 23:51 分类:问答