Database Logins, Users, and Roles (Master Data Services)
Master Data Services includes logins, users, and roles that are automatically installed on the SQL Server Database Engine instance that hosts the Master Data Services database. These logins, users, and roles should not be modified.
Logins
Login |
Description |
---|---|
mds_dlp_login |
Allows creation of UNSAFE assemblies. For more information, see Creating an Assembly.
|
mds_email_login |
Enabled login used for notifications. For msdb and the Master Data Services database, mds_email_user maps to this login. |
msdb Users
User |
Description |
---|---|
mds_clr_user |
Not used.
|
mds_email_user |
Used for notifications.
|
Master Data Services Database Users
User |
Description |
---|---|
mds_email_user |
Used for notifications.
|
mds_schema_user |
Owns the mdm and mdq schemas. The default schema is mdm. Does not have a login mapped to it. |
mds_ssb_user |
Used to execute Service Broker tasks.
|
Master Data Services Database Role
Role |
Description |
---|---|
mds_exec |
This role contains the account you designate in Master Data Services Configuration Manager when:
You should use the same account in both cases. The mds_exec role has:
|
Schemas
Role |
Description |
---|---|
mdm |
Contains all Master Data Services database and Service Broker objects other than the functions contained in the mdq schema. |
mdq |
Contains Master Data Services database functions related to filtering member results based on regular expressions or similarity, and for formatting notification e-mails. |
See Also
Concepts
Change History
Content update |
---|
Updated descriptions of the schemas. |