How to create a localDB

Daniel 0 Reputation points
2025-04-03T14:58:24.9433333+00:00

Dear all,

once upon a time, I had good experiences with SQL Server. I was able to create a localDB out of the Management Studio. Nowadays it seems this not possible any longer.

A colleague of mine gave me the following learning page:

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

Unfortunately I do not get it.

Is there any other possiblity to create a localDB?

KR Daniel

SQL Server Database Engine
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Olaf Helper 46,546 Reputation points
    2025-04-04T05:35:18.3566667+00:00

    to create a localDB?

    Create? You may mean to start a LocalDB instance? See

    https://learn.microsoft.com/en-us/sql/tools/sqllocaldb-utility?view=sql-server-ver16

    0 comments No comments

  2. Vaishnavi Mishra 0 Reputation points
    2025-04-04T18:27:33.8366667+00:00

    Use the SqlLocalDB utility to create an instance of SQL Server Express LocalDB.

    0 comments No comments

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.