hi sql experts, I run a financial application. There is a stored procedure which calculates commission and consists of many queries and sub-queries. When i run this procedure I am not able to run other sp while commission sp is running. Can anyone help me what could be the issue here. Thanks in advance.
Without seeing the code (only the part which you deem to be relevant, please). we can't suggest anything sensible.
With the same reservation that Frank made, but it could also be an issue in the client application. If your client app starts the procedure as an synchronous process, the client app will hang until SQL returns a result.
Hi Adriaan, I am using i-net SPRINTA 2000 driver in my java application. Any idea how to run as asynchronous process. Thanks
Your question is totally out of SQL server, in this regard you must check in JAVA related forums for such information. In any case unless the code is posted here it is hard to suggest the way out.