mtxr / vscode-sqltools

Database management for VSCode
https://vscode-sqltools.mteixeira.dev?utm_source=github&utm_medium=homepage-link
MIT License
1.43k stars 290 forks source link

Connect to a MSSQL server in a different AD domain than the one that the Macbook user is authenticated through and with a different user name #1282

Open rockwayschool opened 4 months ago

rockwayschool commented 4 months ago

I am logged in to my work Macbook as user123 in AD domain "users". I would like to connect to mssqlserver1 in domain AD "servers". I also need to connect using a different user name than the one used to log into my Macbook.

I can connect to this database using Valentina Studio but I would really like to do it in VSCode, which is my IDE for python. I would like to do my SQL development and testing there also as some projects require both python and SQL.