Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Database Object Auditing

Status
Not open for further replies.

DBAWinnipeg

Programmer
Apr 14, 2004
173
CA
Good Afternoon all

I'm trying to create a trigger to fire off of the sysobjects system table that will send an added, updated, or deleted row to an audit table I created...

I get this error

CREATE TRIGGER permission denied on object 'sysobjects', database 'CRMPRD', owner 'dbo'.

Now I kinda figured before hand that that was going to happen but i guess I was hoping it wouldn't... anyone have a work around??



Thanks in advance!!!

Colin in da 'Peg :)
 
We use Lumigent's Entegra for Auditing DML, DCL type changes (ie any INSERTS, UPDATES, DELETES GRANT, DENY, SELECTS ETC).
Its a really 'easy to setup' auditing tool that Keeps a record in a separate SQL database of all activity.


Hope it helps

TK
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top