Is it possible to do an update on a table that has an update trigger, without setting off the update trigger?
I have an Update trigger that is supposed to fire when the users update a single record. It freaks out if you hand it a multiple table update. (PS: I didnt write it, but i am not "allowed" to alter it)
I need to update several different combinations of data, and don't just want to alter the table to "return", because it's in live.
Thanks,
SWM Programmer Seeking 3d Modeling work. Either for long term commitment or just friendship. Likes long hours in front of a flat screen with heavy doses of Mountain Dew.
I have an Update trigger that is supposed to fire when the users update a single record. It freaks out if you hand it a multiple table update. (PS: I didnt write it, but i am not "allowed" to alter it)
I need to update several different combinations of data, and don't just want to alter the table to "return", because it's in live.
Thanks,
SWM Programmer Seeking 3d Modeling work. Either for long term commitment or just friendship. Likes long hours in front of a flat screen with heavy doses of Mountain Dew.