mtxr / vscode-sqltools

Database management for VSCode

Home Page:https://vscode-sqltools.mteixeira.dev?utm_source=github&utm_medium=homepage-link

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

rockwayschool opened this issue · comments

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.