cweijan / vscode-database-client

Database Client For Visual Studio Code
https://database-client.com
MIT License
2.48k stars 281 forks source link

I can't log in to localhost #1305

Open tangybluff opened 2 weeks ago

tangybluff commented 2 weeks ago

I'm trying to use DB Client to log into my local SQL Server; I've tried all possible combinations, checked ports and permissions, but I can't log in. with the mssql extension in vscode I can log in without any issues. I use windows authenticate to login. Is this a bug or am I doing something wrong?

cweijan commented 2 weeks ago

To use this extension, you need to connect through the TCP port. You can check the following link:

https://learn.microsoft.com/en-us/sql/database-engine/configure-windows/configure-a-server-to-listen-on-a-specific-tcp-port?view=sql-server-ver15#SSMSProcedure