How to Create Database in SQL Server

Tags:
Sql, Server, Create, Database

Add video views to your Facebook Timeline:

Creation of database in SQL Server is pretty, specially using SQL Server Management Studio. We create a database easily by performing following steps.

Open SQL Server Management Studio.
In Object Explorer, connect to an instance of the SQL Server Database Engine and then expand that instance.
Right-click Databases, and then click New Database.
In New Database, enter a database name.
To create the database by accepting all default values, click OK;

  1. By: DBATAG
  2. Categories How To
  3. Views 14
  4. Added :29-Dec-11
Comments on How to Create Database in SQL Server
Other comments on this video 0 Comments