Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameterizable database name? #137

Open
arvindshmicrosoft opened this issue Sep 30, 2022 · 1 comment
Open

Parameterizable database name? #137

arvindshmicrosoft opened this issue Sep 30, 2022 · 1 comment

Comments

@arvindshmicrosoft
Copy link

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?

@ErikEJ
Copy link
Owner

ErikEJ commented Oct 1, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants