dbTalk Databases Forums  

Audit LOG

microsoft.public.sqlserver.clients microsoft.public.sqlserver.clients


Discuss Audit LOG in the microsoft.public.sqlserver.clients forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Noor
 
Posts: n/a

Default Audit LOG - 03-28-2009 , 05:43 PM






Dear Professional.

I want to capture login activity of client [trading clients].

I have following events for now.

Login
Logout
Secret password changed.
Place order
Modify order

The above events would be grow very frequently, is there any better approach
to deal which these kind of scanario for instance.

When I deal with Login event, I have to caputer UserID, Login Date, Login
Time.

When I deal with Secret Password Modification even, I have to capture
UserID, Secret Password Before, Secret Password After.

So the problem here is against each event I have different columns, I was
thinking I can comeup with one generic table that has XML approach but every
day I am expecting 100000 records.

Table 1:
Events
EventID
Event

Table 2
Audit Log
LogID
EventID (reference from event table)
Audit (XML data)
UserID
......

Any idea? or any better approach to deal with this scanario?

Thanks



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.