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

Feature: add connection via mssql connection string #93

Open
JDeeth opened this issue Feb 27, 2025 · 0 comments
Open

Feature: add connection via mssql connection string #93

JDeeth opened this issue Feb 27, 2025 · 0 comments

Comments

@JDeeth
Copy link

JDeeth commented Feb 27, 2025

Would it be possible to add a connection string option for specifying a database connection, for SQL Server (mssql) connections as a starting point?

An example connection string, which in Azure Data Studio (RIP) and in the SQL Server extension allows connection without copying and pasting into multiple separate fields:

Server   = some.database.windows.net;
Database = something;
User Id  = someone;
Password = swordfish;

In this extension, this could be an additional field under New Connection when the mssql database type is selected. The connection name would default to the database name and the port to 1433.

For my job, I am constantly connecting to dozens of different databases using passwords that quickly expire. I have the credentials presented as SQL Server connection strings and it streamlines my work a lot to be able to paste the whole lot in one go!

For reference:

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

1 participant