Viewing 3 posts - 1 through 3 (of 3 total)
spStaticNoStopOnFirstError will not continue as the table it refers to does not exist.
However an sp will continue after a unique/primary key violation.
June 26, 2003 at 8:37 am
#463269
The problem I have is that Key violations do not terminate the current batch (unless XACT_ABORT IS set) But ADO does put a client application in the error handler.
My...
June 26, 2003 at 8:19 am
#463259
Nice article. On a related note do you have any ideas on how to detect whether a stored procedure completed execution when run from ADO?
For instance take the following SQL;
CREATE...
June 26, 2003 at 1:29 am
#463179