Skip to main content

Creating a new database in Microsoft SQL Server

In order to create a new database, please follow the below steps.

note

This guide assumes that you already have MSSQL Management studio installed, and that you are connected to your database. If this is not the case, and you are unsure of how to go about this, please follow our respective guides on those subjects.

From MSSQL Management Studio, please select Databases from the Object Explorer and right click, and select New Database.

Context New Database

You will now be presented with the New Database pane. By default you will land on the Options page of this pane. Within this window, please provide a name for your database and select the database owner.

In the Database files section, you will be able to see information about the new database. You will be able to set the databases initial size, and also its autogrowth / maxsize options, which denote how large the database can become if necessary.

Once you have entered details to your requirements, select options for the Select a page menu on the left hand side of the pane.

General

Within the Options page, you will be presented with a large number of options which you can change for your new database as below. Once you are happy with your choices select OK to create your database.

A thorough explanation of the options and their functions can be found by visiting the following site:

Options Pane

Your new database should now be visible in the Databases section of the Object Explorer.