How do I create a local database inside of Microsoft SQL Server 2014?

user3123222 picture user3123222 · May 29, 2015 · Viewed 137.6k times · Source

Forgive me if this question was already asked before.

I just installed Microsoft SQL Server Management Studio 2014. I want to create a database so I can start building some tables from scratch. All I am getting is the ability to connect to a database. Not create a new database.

Answer

Christian Barron picture Christian Barron · May 29, 2015

As per comments, First you need to install an instance of SQL Server if you don't already have one - https://msdn.microsoft.com/en-us/library/ms143219.aspx

Once this is installed you must connect to this instance (server) and then you can create a database here - https://msdn.microsoft.com/en-US/library/ms186312.aspx