Trigger on commit

From: Cristian Petculescu [MS] <cristp_at_microsoft.com>
Date: Mon, 4 Feb 2002 10:34:01 -0800
Message-ID: <3c5ed41f$1_at_news.microsoft.com>


I would like to get a trigger code fired when (after) a transaction that affects in any way a certain table is commited. I would like to use this to signal a client app that the table changed. I don't want to use triggers for insert/update/delete as these would have to insert in another table (because they will get commited when the other changes are commited) and becasuse in a transaction might be thousands of inserts and the only thing I care is when the table really changed to know it (not what the actual changes are).

Is there support for such a thing?

Thanks in advance,
C Received on Mon Feb 04 2002 - 19:34:01 CET

Original text of this message