Installing SQLLocalDB 2019 issues

Josef Szeliga 6 Reputation points
2023-05-09T02:25:15.0833333+00:00

HI,

I've installed SQLLocalDB 2019 but cannot connect to the default database via Sequel Server Management Studio.

I have used the cmd line request "sqllocaldb info MSSQLLocalDB" to confirm that MSSQLLocalDB is running.

I am unable to configure the MSSQLLocalDB because i do not have a "SQL Configuration Manager" app installed.

According to the documentation "SQL Configuration Manager" should have installed when i installed Sequel Server Managment Studio v19.

I have run a repair and uninstall and re-install Sequel Server Managment Studio v19 a number of times, but it never installs "SQL Configuration Manager".

I have checked both C:\Windows\System32 for the SQLServerManager15.msc add in file. It does not exist on my PC.

How can I connect to my MSSQLLocalDB server instance via my SSMS without a configuration manager and if I can't where i find a configuration manager to download?

Erick

SQL Server | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. ZoeHui-MSFT 41,496 Reputation points
    2023-05-09T02:54:54.9666667+00:00

    Hi @Josef Szeliga,

    Could you please provide any error message when you are trying to connect the loaclDB with SSMS?

    You may also check the error message via Windows Event Viewer.

    This installed the LocalDB feature of Express which does not install config mgr and is managed at the command line.

    It's meant to be a very easy/quick way to have a lightweight sql server and is not meant to be used except locally and has a special connection string, hence configuration manager is not necessary.

    If you want more features you can install the full Express edition or SQL Developer edition which is good for dev/test (non-production) usage.

    Regards,

    Zoe Hui


    If the answer is helpful, please click "Accept Answer" and upvote it.


  2. Erland Sommarskog 121.9K Reputation points MVP Volunteer Moderator
    2023-05-09T15:12:48.5166667+00:00

    You don't use SSCM with LocalDB, because localDB runs in user space and not as a service.

    To connect to your localdb from SSMS, specify (localdb)\MSSQLSERVER. You may have to start the instance first with the sqllocaldb command.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.