April 12, 2009 at 2:20 am
We are trying to build a trigger on a customer table that AFTER every INSERT and UPDATE the individual record is copied out to another table
Is there a simple single statement to perform this?
Stu
Note:
1.SQL Server 2005
2.This is not a replication excercise but a record of all changes in a table performed by users as a security exercise.
3.We do not want to query the log file we want a separate table that can be queried programatically by client workstations
April 12, 2009 at 2:37 am
April 12, 2009 at 7:23 am
Hey,
You might also want to take a look at Change Data Capture in SQL 2K8 - in case it's an appropriate tool for the job you need to do.
/Paul
April 17, 2009 at 9:04 pm
Thanks for the help everyone ...
We ended up using a security product from ApexSQL (that did a 2 week job in 2 hours). Cannot recommend it highly enough !!!
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply