Answer by Kev Riley
Your answer is in one of the links you gave.. [MSDN][1]: >In stored procedures, ROLLBACK TRANSACTION statements without a savepoint\_name or transaction\_name roll back all statements to the...
View ArticleAnswer by Magnus Ahlkvist
If I interpret your question, you are asking for a way to execute a number of statements within a stored procedure, and before exiting the proc, check if any errors occured during execution and then...
View ArticleAnswer by Kev Riley
Your answer is in one of the links you gave.. [MSDN][1]: >In stored procedures, ROLLBACK TRANSACTION statements without a savepoint\_name or transaction\_name roll back all statements to the...
View ArticleAnswer by Magnus Ahlkvist
If I interpret your question, you are asking for a way to execute a number of statements within a stored procedure, and before exiting the proc, check if any errors occured during execution and then...
View Article