0

I have installed the SQL Server Management Studio (v. 17.9.1) but I am not able to create an instance.

enter image description here

In fact no server appears in the box when I browse:

enter image description here

How can I proceed, step by step, to create a local instance?

1
  • 1
    If you installed only the SSMS - then you have NOTHING but the management GUI tool - you do NOT have any SQL Server database engine! That is a separate download that you need to install separately..... Commented Dec 10, 2018 at 12:53

3 Answers 3

1

You can create a local Database by using the command prompt. As open cmd with Admin privilege, > sqllocaldb create "database name" -s(start with it) . There is lot of option with sqllocaldb read there.

Sign up to request clarification or add additional context in comments.

1 Comment

This is correct, but IMO, a little incomplete. You'd then need to login to the server with servername "(localdb)\database name"
0

Go to windows services (services.msc) and check if SQL Server and SQL Server Browser are running. If not, start them and you should be able to login and create the DB.

Comments

0

type in sql server download in your browser and go to microsoft's website. You have downloaded SSMS but you do not have a server installed. Download SQL express or SQL developer edition and install. Once you have done this you will have a default instance (or named if you customized the install). I must have hit this posting 4 times trying to figure this out but now I'm off and running. If you want a test database to play with you can then download adventureworks (again just use your browser (sql adventureworks) and download the backup file. You can restore it by clicking on the databases folder once you have connected to your sql instance in SSMS.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.