SQL Server 2014 Tutorial: How to create database, table using SQL Server 2014 Management Studio


Before create a database, you have to decide the following :
Database name
Database file path

We will create a database
Database name:
HOSPITAL
Database file path
D:\HOSPITAL

In this tutorial we will learn how to create a SQL Server 2014 database  in an easy way. Watch the tutorial video carefully, if any question please write on comments below.

Comments

Popular posts from this blog

Visual Studio 2013: Connecting to database SQL Server 2014 using Visual Studio 2013 form