Table of Contents
Create New Database in Microsoft SQL Server:
STEP-01:
- Open Microsoft SQL Server.

STEP-02:
- In Object Explorer, connect to an instance of the SQL Server Database Engine and then expand that instance.
- Right-click on DATABASE and select the option “New Database”

STEP-03:
- Enter the name of the Database.
- To create the database by accepting all default values, click OK.

STEP-04:
- New Database created: “MyFirstDatabase”.
