I have an issue that the same stored procedure is being invoked at exactly the same time with exactly the same paramenters.
The purpose of the stored procedure is to fet
I assume you are using c# to communicate with the sql server then you can try looking into task parallelism and task library for multithreading the stored procedures.