washaw
Programmer
- Feb 13, 2008
- 48
I am writing a big query and trying to do some error handling.
I have a squence of insert statements, and what I want is if one insert statenet failes I don't want the whole process fail insttead it ignores the error and proceedes to the next insert statement; ( on error move next kind of thing)
I tryed it using @@error, not still working. what should I do
Thanks
I have a squence of insert statements, and what I want is if one insert statenet failes I don't want the whole process fail insttead it ignores the error and proceedes to the next insert statement; ( on error move next kind of thing)
I tryed it using @@error, not still working. what should I do
Thanks