Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 2.26 KB

File metadata and controls

56 lines (40 loc) · 2.26 KB
title Delete a Version
description Delete a Version (Master Data Services)
author meetdeepak
ms.author dkhare
ms.reviewer mikeray
ms.date 03/05/2026
ms.service sql
ms.subservice master-data-services
ms.topic how-to
ms.custom
build-2025
helpviewer_keywords
versions [Master Data Services], deleting
deleting versions [Master Data Services]

Delete a Version (Master Data Services)

[!INCLUDE SQL Server - Windows only ASDBMI]

[!INCLUDE support-notice]

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)