I have an Insert, Update and delete trigger on a table that works fine.
It records the changes into another table called tblTracking.
tblTracking records the changes so they can be uploaded to another
server off site. The problem is that it fires each time my DTS package
fires (every 15 minutes). The DTS package imports data from an ODBC
database then compares what is in the source/destination table with a
Insert Into, select not in (for new records) and Update statements for
changed records.
My tblTracking gets pretty big by mid day and doesn't tell the clear
picture of what has really changed or been added with all the update and
inserts flying around. I can't define this original ODBC data source as
a linked server. Any suggestions on how I can make this more efficient.
Thanks
Steve
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Comment