Click here to Skip to main content
15,902,276 members
Home / Discussions / Database
   

Database

 
AnswerRe: Problem with SQL Query Pin
Jörgen Andersson26-Mar-10 11:23
professionalJörgen Andersson26-Mar-10 11:23 
Questionwhere the actual file is stored?? Pin
scorp_scorp25-Mar-10 1:05
scorp_scorp25-Mar-10 1:05 
AnswerRe: where the actual file is stored?? Pin
Jörgen Andersson25-Mar-10 1:22
professionalJörgen Andersson25-Mar-10 1:22 
GeneralRe: where the actual file is stored?? Pin
scorp_scorp26-Mar-10 7:22
scorp_scorp26-Mar-10 7:22 
GeneralRe: where the actual file is stored?? Pin
Jörgen Andersson26-Mar-10 9:47
professionalJörgen Andersson26-Mar-10 9:47 
QuestionAudit Trail and Entity Framework Pin
andreas.schaerer25-Mar-10 0:05
andreas.schaerer25-Mar-10 0:05 
AnswerRe: Audit Trail and Entity Framework Pin
Mycroft Holmes25-Mar-10 0:44
professionalMycroft Holmes25-Mar-10 0:44 
AnswerRe: Audit Trail and Entity Framework Pin
David Skelly25-Mar-10 3:18
David Skelly25-Mar-10 3:18 
I worked on a system that had some quite strict auditing requirements and the way we managed it was to lock down the tables in the database so that only DBAs had direct update access to the tables. Any updates to the tables by anyone else had to be via stored procedures. Built in to every stored proc was a bit of code that wrote out the audit history of what was happening (which table, which columns, old data, new data, date and time, user id, etc.).

But it sounds as if you want to keep the impact on your existing system to a minimum, in which case you may end up having to use triggers as the least painful option.

As for log4net, it is a generic logging system that can log pretty much anything you want it to log about the behaviour of your system. You can use it to log debug info, you can also use it to log error conditions for later investigation, you can also use it to log configuration information at system start up, anything you want. I suppose you could use it as part of an audit system in your application, depending on what your requirements were and how strict it needed to be.
AnswerRe: Audit Trail and Entity Framework Pin
scottgp25-Mar-10 3:33
professionalscottgp25-Mar-10 3:33 
QuestionOracle encryption/decryption Pin
StanlyJose24-Mar-10 5:34
StanlyJose24-Mar-10 5:34 
AnswerRe: Oracle encryption/decryption Pin
Luc Pattyn24-Mar-10 5:46
sitebuilderLuc Pattyn24-Mar-10 5:46 
AnswerRe: Oracle encryption/decryption Pin
Don Burton24-Mar-10 6:10
Don Burton24-Mar-10 6:10 
Questionsql conctante first name and last name Pin
netJP12L23-Mar-10 5:46
netJP12L23-Mar-10 5:46 
AnswerRe: sql conctante first name and last name Pin
i.j.russell23-Mar-10 6:01
i.j.russell23-Mar-10 6:01 
AnswerRe: sql conctante first name and last name Pin
Avi Berger23-Mar-10 6:15
Avi Berger23-Mar-10 6:15 
AnswerRe: sql conctante first name and last name Pin
Corporal Agarn23-Mar-10 7:39
professionalCorporal Agarn23-Mar-10 7:39 
Questionplease help me with sql query (fine tune the sql query) Pin
poornas23-Mar-10 4:28
poornas23-Mar-10 4:28 
AnswerRe: please help me with sql query (fine tune the sql query) Pin
PSK_23-Mar-10 4:53
PSK_23-Mar-10 4:53 
AnswerRe: please help me with sql query (fine tune the sql query) [modified] Pin
i.j.russell23-Mar-10 5:11
i.j.russell23-Mar-10 5:11 
GeneralRe: please help me with sql query (fine tune the sql query) Pin
Corporal Agarn23-Mar-10 7:43
professionalCorporal Agarn23-Mar-10 7:43 
QuestionSwitch Case stmt! Pin
Learner52023-Mar-10 0:42
Learner52023-Mar-10 0:42 
AnswerRe: Switch Case stmt! Pin
i.j.russell23-Mar-10 1:05
i.j.russell23-Mar-10 1:05 
AnswerRe: Switch Case stmt! Pin
Mschauder24-Mar-10 3:06
Mschauder24-Mar-10 3:06 
QuestionCalling procedure inside a procedure in sqlserver 2005 Pin
sumit703422-Mar-10 19:01
sumit703422-Mar-10 19:01 
AnswerRe: Calling procedure inside a procedure in sqlserver 2005 Pin
Mycroft Holmes22-Mar-10 20:12
professionalMycroft Holmes22-Mar-10 20:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.