Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Databases General > Re: How to impl...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 5 of 6 Topic 3156 of 3270
Post > Topic >>

Re: How to implement Audit/Alert for Row level access?

by Erland Sommarskog <esquel@[EMAIL PROTECTED] > May 6, 2008 at 09:53 PM

Neil Jones (castellan2004-atnews@[EMAIL PROTECTED]
) writes:
> We have a large database of our customers.  Some of the im****tant 
> customers records are flagged and can be accessed only by applications 
> designed for upper management.  The management would like to know if 
> anyone else is trying or successfully accessed the flagged customers.
> 
> Is there anyway to send an email alert when a normal user/sysadmin tries

> to access the flagged customers in the table?
> 
> Thank you in advance for any help.
 
In SQL 2000 and SQL 2005 there is very little sup****t for this in 
the product. You can set up a trace to caputre access to these tables.
You would then need a program that reads these trace files and checks
them for violation.

If you can afford to rework your applications, you can revoke access to 
the underlying tables, and expose the customers through views. All 
customers in one view, and another view with only non-flagged customers. 
Only upper management would have permission to the former view.

In SQL 2008, currently in beta, there is a new auditing feature that I 
think could meets your needs to some extent. But you would still have
to monitor the auditing log for violations on your own.


-- 
Erland Sommarskog, SQL Server MVP, esquel@[EMAIL PROTECTED]
 Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
 




 6 Posts in Topic:
How to implement Audit/Alert for Row level access?
Neil Jones <castellan2  2008-05-05 21:09:00 
Re: How to implement Audit/Alert for Row level access?
Neil Jones <castellan2  2008-05-06 03:03:22 
Re: How to implement Audit/Alert for Row level access?
--CELKO-- <jcelko212@[  2008-05-06 08:54:15 
Re: How to implement Audit/Alert for Row level access?
Lennart <Erik.Lennart.  2008-05-06 10:14:29 
Re: How to implement Audit/Alert for Row level access?
Erland Sommarskog <esq  2008-05-06 21:53:33 
Re: How to implement Audit/Alert for Row level access?
--CELKO-- <jcelko212@[  2008-05-07 09:40:34 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Wed Oct 15 21:39:31 CDT 2008.