Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy/paste error in [usp_AsyncExecInvoke] #2

Open
stope19 opened this issue May 18, 2016 · 1 comment
Open

Copy/paste error in [usp_AsyncExecInvoke] #2

stope19 opened this issue May 18, 2016 · 1 comment

Comments

@stope19
Copy link

stope19 commented May 18, 2016

The implementation of procedure [usp_AsyncExecInvoke] appears to have a 'copy/paste' type error. At the bottom of the proc, in the error processing section is the line:

rollback transaction usp_my_procedure_name;

I suspect this should read:

rollback transaction usp_AsyncExecInvoke;

and is the result of copying some code from a prior blog example on error processing. Of course, I could be wrong.. :)

@win32nipuh
Copy link

Hi Remus,
It seems the correct is:
rollback transaction usp_AsyncExecInvoke;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants