SQL Server Trigger that works - fires just once
Posted
by stckvrflw
on Stack Overflow
See other posts from Stack Overflow
or by stckvrflw
Published on 2010-01-15T14:42:02Z
Indexed on
2010/05/03
4:28 UTC
Read the original article
Hit count: 264
Hello all,
I want to do some calculations when my table data is changed. However, I am updating my table manually and copy pasting about 3000 rows in once. That makes my trigger work 3000 times, but I want it to do the trigger only once.
Is there a way to do that ?
Thanks.
© Stack Overflow or respective owner