Wednesday, April 10, 2013

How to create Database In SQL Server 2008

Create Database By Wizard

This is a way to create Database SQL Server 2008 . Please follow those step

- Click  Start to Open SQL Server Management Studio.

It shows Dialog Box
















 - Click Databases
   . Choose New Database























- After Please put the name for database
  . Ex: Database name: Student Management



- See the result


















Create Database by TSQL
- Sytax: Create Database DatabaseName;
    Ex:  Create database StudentInformation;




















Note: You can choose one of the way to create database which you think that easy for you


More detail about this Please contact to my E-mail: sothea_kits@yahoo.com















  

No comments:

Post a Comment