|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Tuesday, April 23, 2013 11:11 AM
Points: 22,
Visits: 1,508
|
|
I have an request from a client to test a stored procedure that may run up to 500 times concurrently due to user application calls.
They want me to test it with 'several hundred' concurrent calls at one time.
I have no idea how to do something like this, does anyone have any experience doing this sort of thing?
Thanks
|
|
|
|
|
Mr or Mrs. 500
      
Group: General Forum Members
Last Login: Thursday, May 09, 2013 1:13 PM
Points: 516,
Visits: 1,004
|
|
Cory Blythe (11/5/2012) I have an request from a client to test a stored procedure that may run up to 500 times concurrently due to user application calls.
They want me to test it with 'several hundred' concurrent calls at one time.
I have no idea how to do something like this, does anyone have any experience doing this sort of thing?
Thanks
You might want to try the following SQL Server Query Stress tool developed by Adam Mechanic:
http://www.datamanipulation.net/sqlquerystress/
We've successfully used it to test concurrent executions of a stored procedures for a couple of efforts.
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Tuesday, April 23, 2013 11:11 AM
Points: 22,
Visits: 1,508
|
|
Thanks for the suggestion I will check it out
|
|
|
|