-
Notifications
You must be signed in to change notification settings - Fork 112
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
Unable to connect SQL Server LocalDB #305
Comments
Maybe try replacing |
Thanks for trying to help out but It gives the following error.
This would make it use TCP connection instead of ODBC connection. As per the original error, it cannot parse the |
DataStation just passes the connection string along to the underlying library. So you could ask this question in https://github.com/denisenkom/go-mssqldb (the library used for connecting to SQL Server) and maybe they'll know! |
hopefully a resolution will be found by someone. 🤞🏼 |
So as per the suggestion given on this page: https://weblogs.asp.net/jongalloway/sql-force-the-protocol-tcp-named-pipes-etc-in-your-connection-string I tried with the connection string It now gives a different error where it parses everything after
P.S. I'm posting it here also for future use by someone. 😇 |
Is there support for MS SQL Server LocalDB?
SQL Server LocalDB Instance :
(localdb)\MSSQLLocalDB
So I entered the host as
(localdb)\MSSQLLocalDB
withpubs
as the database. (This hostname works in Excel when connecting using SQL Server connection)It gives this error.
BTW it works with another similar software called DatabaseBrowser
The text was updated successfully, but these errors were encountered: