Friday, March 28, 2014

How to create Database in SQL server

Execute below SQL query
Syntax : Create Database database_Name
Example : Create Database Test

Note: In the example Test is the name of database(You can choose any meaning full name). it will create an empty database in the SQL Server.

No comments:

Post a Comment