Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 2.15 KB

File metadata and controls

53 lines (38 loc) · 2.15 KB
title Delete a Version (Master Data Services) | Microsoft Docs
ms.custom
ms.date 06/13/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology master-data-services
ms.topic conceptual
helpviewer_keywords
versions [Master Data Services], deleting
deleting versions [Master Data Services]
ms.assetid 2a4eeffe-8379-4744-ad44-c27d8c8ac9a8
author lrtoyou1223
ms.author lle
manager craigg

Delete a Version (Master Data Services)

In [!INCLUDEssMDSshort], delete a version when you are sure you no longer need the master data associated with the version. After you delete a version, you cannot retrieve the associated master data.

Warning

If a model has only one version and you delete it, the model becomes unusable.

Prerequisites

To perform this procedure:

To delete a version

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

  2. Open the mdm.viw_SYSTEM_SCHEMA_VERSION view.

  3. Find the version of the model you want to delete and copy the value in the ID field.

  4. Create a new query.

  5. Type the following text, replacing version_ID with the value you copied in step 2.

    EXEC [mdm].[udpVersionDelete] @Version_ID='version_ID'  
    
  6. Run the query.

    [!NOTE]
    You may have to wait a few minutes before the Web application reflects the change.

See Also

Versions (Master Data Services)
Copy a Version (Master Data Services)