How to Create New Database in Microsoft SQL Server

Create New Database in Microsoft SQL Server:

STEP-01:

  • Open Microsoft SQL Server.
sql open screen

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”
sql newdatabase

STEP-03:

  • Enter the name of the Database.
  • To create the database by accepting all default values, click OK.
sql database name

STEP-04:

  • New Database created: “MyFirstDatabase”.
sql database created

For more information, visit the Microsoft Official Website:

Leave a Reply