Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Thu Aug 30, 2007 8:19 pm
Note: Huge problem with #ABORT |
If any of your scripts are using "#ABORT 1" then you will experience all sorts of weird problems. Turns out that once a thread is terminated with "#ABORT 1", then it continues to get reused, but will not execute it's scripts. If this happened in a trigger, then all of your triggers will essentially stop executing.
This was already reported by someone, but I just found and fixed the problem and wanted to let people know how severe it was. So if you have "#ABORT 1" in your scripts I probably won't be able to reproduce any other problems that it might cause. |
|