I got a SP with a parameter that is supposed to be fed unique value like '111','112',...
I would like to execute stress testing to compare the latency after adding index.
Is there any sql command or tool can help on this?
I got a SP with a parameter that is supposed to be fed unique value like '111','112',...
I would like to execute stress testing to compare the latency after adding index.
Is there any sql command or tool can help on this?
SQLQueryStress is a free tool for SQL Server programmers. It is designed to assist with performance stress testing of T-SQL queries and routines. The tool automatically collects metrics to help you determine whether your queries will perform under load, and what kind of resource strain they put on your server.