Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:Timing is everything (Score 1) 465

Better make sure your triggers are designed for set based logic and not row based updates. If the application only updates one row at a time, the trigger might very well only handle that. Bad coding, but I've seen it plenty and your mass update would produce unpredictable results in such a case.

Slashdot Top Deals

Long computations which yield zero are probably all for naught.

Working...