Wednesday, February 15, 2012

How to create DataBase in SQL Server

The following syntax shows how to create database...

Syntax :-
CREATE database DataBaseName

In the below example i am creating a database name as myalbum
Now in SQL Server Management Studio as shown below..



Example :-
CREATE database myalbum

1. For new Query
2. Write Query to create DB
3. Press F5 or Execute as shown in the figure.





No comments:

Post a Comment