I am trying to determine whether I should turn some of my DTS packages into triggers, so I am trying to find the performance differences between the two. Most of my DTS packages run a query searching for certain activities since it was last run and then (generally) send an email or perform an HTTP post. I am running this on SQL 2k sp4 with 10 gb of RAM running on Windows 2003 Server Enterprise Edition. How can I determine at what point it is a better use of system resources to use a trigger instead of a DTS package that runs a query every 2-60 minutes? I have others that just run the query once/day, so I would assume it would be more efficient to leave those as is (for instance, there are probably 50 transactions that fit the criteria for this one every day, so I run it once instead of firing off a trigger 50 times).
Does that make sense? Do I need to provide more info or post to a different forum? Thanks for any help you can give to me.
Willie
Does that make sense? Do I need to provide more info or post to a different forum? Thanks for any help you can give to me.
Willie