Connect To SQLEXPRESS
Options
When I first installed and loaded LINQPad, it automatically found my localdb engine, but it did not find others. How can I connect to versions of SQLEXPRESS?
Comments
-
Connect to .\SQLEXPRESS instead.
This is the default data source if localdb is not installed.