| title | Change the System Administrator Account (Master Data Services) | Microsoft Docs | |
|---|---|---|
| ms.custom | ||
| ms.date | 03/06/2017 | |
| ms.prod | sql-server-2014 | |
| ms.reviewer | ||
| ms.technology | master-data-services | |
| ms.topic | conceptual | |
| helpviewer_keywords |
|
|
| ms.assetid | cf30312e-4338-49a7-90f0-6e4f7b431ff8 | |
| author | lrtoyou1223 | |
| ms.author | lle | |
| manager | craigg |
You can change the user account that is designated as the [!INCLUDEssMDSshort] system administrator.
Warning
When you complete this procedure, the former system administrator user account is deleted.
To perform this procedure:
-
You must add the new administrator's user name to the [!INCLUDEssMDSmdm] Users list. For more information, see Add a User (Master Data Services).
-
You must have permission to view mdm.tblUser and to execute the mdm.udpSecurityMemberProcessRebuildModel stored procedure in the [!INCLUDEssMDSshort] database. For more information, see Database Object Security (Master Data Services).
-
Open [!INCLUDEssManStudioFull] and connect to the [!INCLUDEssDE] instance for your [!INCLUDEssMDSshort] database.
-
In mdm.tblUser, find the user that will be the new administrator and copy the value in the
SIDcolumn. -
Create a new query.
-
Type the following text, replacing DOMAIN\user_name with the new administrator's user name and SID with the value you copied in step 2.
EXEC [mdm].[udpSecuritySetAdministrator] @UserName='DOMAIN\user_name', @SID = 'SID', @PromoteNonAdmin = 1 -
Run the query.