Create Database Wizard (Master Data Services Configuration Manager)

Use the Create Database wizard to create a Master Data Services database.

Action

This is the introduction page of the wizard. Click Next to begin the process of creating a database.

Database Server

Specify information to connect to a local or remote SQL Server Database Engine instance to host the Master Data Services database. To connect to a remote instance, it must be enabled for remote connections.

Control Name

Description

SQL Server instance

Specify the name of the SQL Server Database Engine instance that you want to host the Master Data Services database. This can be a default or named instance on either a local or a remote computer. Specify the information by typing:

  • A period (.) to connect to the default instance on your local computer.

  • The server name or IP address to connect to the default instance on the specified local or remote computer.

  • The server name or IP address, and the instance name to connect to the named instance on the specified local or remote computer. Specify this information in the format server_name\instance_name.

Authentication type

Select the type of authentication to use when connecting to the specified SQL Server instance. The credentials you use to connect must be part of the sysadmin server role for the specified SQL Server instance. For more information about the sysadmin role, see Server-Level Roles.

The authentication types include:

  • Current User – Integrated Security: Uses Integrated Windows Authentication to connect by using the credentials of the current Windows user account. Master Data Services Configuration Manager uses the Windows credentials of the user who logged on to the computer and opened the application. You cannot specify different Windows credentials in the application. If you want to connect with different Windows credentials, you must log on to the computer as that user and then open Master Data Services Configuration Manager.

  • SQL Server Account: Uses a SQL Server account to connect. When you select this option, the User name and Password fields are enabled and you must specify credentials for a SQL Server account on the specified SQL Server instance.

User name

Specify the name of the user account that will be used to connect to the specified SQL Server instance. The account must be part of the sysadmin role on the specified SQL Server instance.

  • When the Authentication type is Current User – Integrated Security, the User name box is read-only and it displays the name of the Windows user account that is logged on to the computer.

  • When the Authentication type is SQL Server Account, the User name box is enabled and you must specify credentials for a SQL Server account on the specified SQL Server instance.

Password

Specify the password associated with the user account.

  • When the Authentication type is Current User – Integrated Security, the Password box is read-only and credentials of the specified Windows user account are used to connect.

  • When the Authentication type is SQL Server Account, the Password box is enabled and you must specify the password associated with the specified user account.

Test Connection

Verify that the specified user account can connect to the SQL Server instance and that the account has permission to create a Master Data Services database for that instance. If you do not click Test Connection, the connection will be tested when you click Next.

Databases

Specify a database name and collation options for the new database. Collations in SQL Server provide sorting rules, case, and accent sensitivity properties for your data. Collations that are used with character data types such as char and varchar dictate the code page and corresponding characters that can be represented for that data type. For more information about database collation, see Collation and International Terminology.

Control Name

Description

Database name

Specify a name for the Master Data Services database.

SQL Server default collation

Select to use the current database collation setting of the specified SQL Server instance for the new database.

Windows collation

Specify the Windows collation settings to use for the new database. Windows collations define rules for storing character data based on an associated Windows locale. For more information about Windows collations and the associated options, see Windows Collation Sorting Styles.

NoteNote
The Windows collation list and associated options enable only after you clear the SQL Server default collation box.

Service Account

Control Name

Description

User name

Specify a service account to add to the mds_exec database role in the Master Data Services database. This should be the same account that you will specify for the application pool when you create the Master Data Manager Web application. For more information, see Database Logins, Users, and Roles (Master Data Services).

Administrator Account

Control Name

Description

User name

Specify a domain user account to be the Master Data Services system administrator. For all Master Data Manager Web applications associated with this database, this user can update all models and all data in all functional areas. For more information, see Administrators (Master Data Services).

Summary

Displays a summary of the selected options. Review your selections, and then click Next to begin creating the database with the specified settings.

Progress and Finish

Displays the progress of the creation process. After the database is created, click Finish to close the database wizard and return to the Databases page. The new database is selected and you can view and modify its system settings.