I need some guidance..... I need to run a stored procedure but I don't want to wait for the results.
This SP can take up to 4 minutes to run and I don't want the users to have to wait before moving on in the code.
I found an article with a model that I followed, but it does not work and I don't know how to troubleshoot it.
Am I even on the right track with this?
I've also seen scheduling a job as a potential solution, but the inserts are somewhat infrequent, so that seems like the wrong approach to me.
Thanks in advance for any help.
Scott
This SP can take up to 4 minutes to run and I don't want the users to have to wait before moving on in the code.
I found an article with a model that I followed, but it does not work and I don't know how to troubleshoot it.
Am I even on the right track with this?
I've also seen scheduling a job as a potential solution, but the inserts are somewhat infrequent, so that seems like the wrong approach to me.
Thanks in advance for any help.
Scott