async_tsql icon indicating copy to clipboard operation
async_tsql copied to clipboard

Asynchronous T-SQL procedure execution

Results 3 async_tsql issues
Sort by recently updated
recently updated
newest added

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_nam**e; I...

I tried using this code for one of ETL processes in my databases. And it got stuck right away. As I investigated this I found one strange thing. All stored...

Thank you so much for sharing this code! If you wouldn't mind editing https://github.com/rusanu/async_tsql/blob/master/README.md and adding a note along these lines, it'd probably help other newbies like me: To actually...