SqlQueryStress icon indicating copy to clipboard operation
SqlQueryStress copied to clipboard

Parameterizable database name?

Open arvindshmicrosoft opened this issue 3 years ago • 1 comments

In some cases (such as an elastic pool in Azure SQL DB), we want to "stress" a group of DBs, with 1 or more connections per DB. I'm not sure if this is already possible somehow - what is needed there is a way for the user to specify a list of DB names to connect to, and then logic therein to distribute the connections across these DBs, and thereby execute queries in each of the DBs concurrently.

Please clarify if this is already possible, and if not, maybe leave this issue open in case you or someone else wants to contribute such a functionality?

arvindshmicrosoft avatar Sep 30 '22 15:09 arvindshmicrosoft

Interesting suggestion. What you can do for now is to launch multiple instances of the app (winform or CLI) and run them "concurrently"

ErikEJ avatar Oct 01 '22 15:10 ErikEJ