Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 2.19 KB

File metadata and controls

48 lines (34 loc) · 2.19 KB
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
administrators [Master Data Services], changing
ms.assetid cf30312e-4338-49a7-90f0-6e4f7b431ff8
author lrtoyou1223
ms.author lle
manager craigg

Change the System Administrator Account (Master Data Services)

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.

Prerequisites

To perform this procedure:

To change the administrator account

  1. Open [!INCLUDEssManStudioFull] and connect to the [!INCLUDEssDE] instance for your [!INCLUDEssMDSshort] database.

  2. In mdm.tblUser, find the user that will be the new administrator and copy the value in the SID column.

  3. Create a new query.

  4. 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  
    
  5. Run the query.

See Also

Administrators (Master Data Services)