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


forgive me if question asked before.

i installed microsoft sql server management studio 2014. want create database can start building tables scratch. getting ability connect database. not create new database.

as per comments, first need install instance of sql server if don't have 1 - https://msdn.microsoft.com/en-us/library/ms143219.aspx

once installed must connect instance (server) , can create database here - https://msdn.microsoft.com/en-us/library/ms186312.aspx


Comments

Popular posts from this blog

methods - python can't use function in submodule -

Java 3D LWJGL collision -

c# - ErrorThe type or namespace name 'AxWMPLib' could not be found (are you missing a using directive or an assembly reference?) -