FEAT: Support SQL Server LOCALDB (a special on-demand sql-server express) #505
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
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.
The text was updated successfully, but these errors were encountered: