Creating a Database
Last modified: October 23, 2019
This topic describes how to create a database by using the Database Editor provided by dbForge Fusion for SQL Server.
To create a database:
-
In Database Explorer, connect to an instance of the SQL Server and then expand that instance.
-
Right-click the SQL Server instance and then click New Database.
-
In New Database, enter a database name.
-
To create the database by accepting all default values, click OK; otherwise, continue with the following optional steps.
-
To change the owner name, click Default to select another owner.
-
To change the default values of the primary data files, in the database files grid, click the appropriate cell and enter the new value.
-
To change the collation of the database, select the Options page, and then select a collation from the list.
-
To change the recovery model, select the Options page and select a recovery model from the list.
-
To change database options, select the Options page, and then modify the database options.
-
To add a new filegroup, click the Filegroups page. Click Add and then enter the values for the filegroup.
-
To create the database, click OK.