Parameterizable database name?
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?
Interesting suggestion. What you can do for now is to launch multiple instances of the app (winform or CLI) and run them "concurrently"