Web Analytics Made Easy - Statcounter

Database Creation using Create Database command

blank

In SQL Server, database can be created by 2 ways:-  Using Create Database command  Using SQL Sever Management Studio (SSMS). In this article, I am going to explain the database creation using the command CREATE DATABASE. Syntax for creating a database through Create database command is given below:- CREATE DATABASE  ‘Database name’ ON  PRIMARY   … Read more