-
Notifications
You must be signed in to change notification settings - Fork 466
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
(localdb) support? #352
Comments
You need to configure your local sql to support socket connections, I don't have access to a windows machine with sql at work or I'd give more detailed instructions on adjusting that setting, you should be able to do it via the sql configuration app. You'll want to configure your firewall to only allow local connections to SQL. Also, apparently UDP port 1444 is apparently used for establishing an instance connection (in addition to tcp 1433). iirc that's the only interface supported by
|
Hi @tracker1, thanks for your answer. I just realized is possible to connect to this DB server using C#. Why is it not the same in Node.js? That's the part I do not get, I read this issue tediousjs/tedious#348 and it seems Tedious does not support a connection with named pipes. Is there a way to implement it? Why can I make connections with other named servers and not this? It'd be helpful your answer. Thanks. |
Hi, @sant123, did you find a solution for connecting with node to a LocalDB instance? |
Hi @pedropedro0325, unfortunately I could'nt do it 😢. What I did is install SQL Server as a service and then connect to it. It seems for now localdb is not going to be supported. |
:( |
this looks to be a driver issue and not for us to solve. |
Hi, is there any support to connect to a localdb SQL Server instance? I have tried:
None of them work 😞
Thank you!
The text was updated successfully, but these errors were encountered: