April 19, 2006 at 10:34 am
Is it possible to create an alert that would run when a statement has been executed such as:
CREATE DATABASE
CREATE PROCEDURE
CREATE TABLE
CREATE VIEW
BACKUP DATABASE
BACKUP LOG
I want to audit when these commands are executed, but I don't want to do this through profiler, unless you feel the overhead would not be noticeable.
Thanks, Dave
April 19, 2006 at 12:46 pm
Assuming you are using SQL 2000 you could always setup a trace via the stored procedures or purchase another app such as ProAcitve http://www.whitesands.com/Home/home.htm which is a packet sniffer and has less overhead than Profiler but needs to be run at the server.
April 19, 2006 at 2:10 pm
OR upgrade to SQL 2005 and create a simple DDL trigger
* Noel
April 20, 2006 at 11:46 am
all of the log trolling software that is advertised here have the ability to identify and report against DDL changes as well.
Lowell
April 20, 2006 at 2:18 pm
We have Lumigent Log Explorer that also can send alerts for those types of activities.
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply