Posted by Dima Gofman on 02/01/06 15:05
I have a trigger on UPDATE on a table. I'm running some maintenance
UPDATE and DELETE queries which I want the trigger to ignore but at the
same time I want other UPDATE queries that other users might be running
to keep triggering the trigger. Is there a SET statement perhaps that
I could set before my query? Or a clause in the UPDATE statement?
This is on MSSQL 2000 server, on Win2k3
[Back to original message]
|