SQL Server tutorial part 1 - DDL (Data Definition Language) - Create Database

Definition

The CREATE DATABASE statement is used to create a new SQL database.

Using Script



Using GUI

  1. Open Microsoft SQL Management Studio 
  2. Connect to the database engine using database administrator credentials 
  3. Expand the server node 
  4. Right-click Databases and select New Database 
  5. Enter a database name and click OK to create the database





Please donate and support at https://www.paypal.me/Rajcoomar


Comments

Popular posts from this blog

C# Windows Form : PetCare

Fake Call Android Application

Car Wash System vb.net