Wednesday, January 19, 2011

Create Database

To create a database using Microsoft SQL Server without defining any tables in our create statement we would create it using the following syntax:

  1. USE master;
  2. GO
  3. CREATE DATABASE Library;

This will create an empty database named "Library"

No comments:

Post a Comment

I Break Code Where code gets done.
ASP.NET | HTML | SQL Server | VB.NET | Request A Topic |