Skip to content
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

FEAT: Support SQL Server LOCALDB (a special on-demand sql-server express) #505

Closed
rathboma opened this issue Jan 5, 2021 · 3 comments
Closed
Labels
blocked 🛑 Needs another action to be performed before this can be resolved enhancement New feature or request wontfix This will not be worked on

Comments

@rathboma
Copy link
Collaborator

rathboma commented Jan 5, 2021

LocalDB is a feature of SQL Server express that start an on-demand instance of SQL Server when you connect to it.

https://docs.microsoft.com/en-us/sql/database-engine/configure-windows/sql-server-express-localdb?view=sql-server-ver15

Our current connection settings don't allow a user to connect to a localdb. There would need to be a special setting.

@rathboma
Copy link
Collaborator Author

rathboma commented Jan 5, 2021

Unfortunately we're blocked on the Tedius driver not being able to support LocalDB. It's something that's usually done by the Microsoft TDS driver, but Tedius doesn't have that code.

tediousjs/tedious#348 (comment)

@rathboma rathboma added blocked 🛑 Needs another action to be performed before this can be resolved enhancement New feature or request wontfix This will not be worked on labels Jan 5, 2021
@rathboma
Copy link
Collaborator Author

rathboma commented Jan 5, 2021

I'm unfortunately going to have to close this until perhaps this feature is added to tedius (although it probably never will be)

@rathboma rathboma closed this as completed Jan 5, 2021
@andrewmorris-me
Copy link

@rathboma Thanks for looking into this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked 🛑 Needs another action to be performed before this can be resolved enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants