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

SQL Server 2014: Connecting to SQL Server database using SQL Server Management Studio

SQL Server 2014 Tutorial: Create SQL Server 2014 Table in 2 ways