Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 2.57 KB

File metadata and controls

47 lines (33 loc) · 2.57 KB
title Change the Entity Transaction Log Type
description Change the Entity Transaction Log Type (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

Change the Entity Transaction Log Type (Master Data Services)

[!INCLUDE SQL Server - Windows only ASDBMI]

[!INCLUDE support-notice]

You can change the transaction log type of an entity, to attribute, member, or none.

Transaction Log Type Description
Attribute Entity change logs are saved at the attribute level.

The transaction log is saved, as it is for [!INCLUDEssSQL14] [!INCLUDEssMDSshort].
Member Entity change logs as saved at the row level.

Any attribute change triggers a new row revision.

When using row transaction log type, the entity is stored as a slowly changing dimension Type 4. Type 2 subscription view and Type 4 (History) subscription view are supported. For more information, see Subscription View Formats (Master Data Services)

Provides better performance.
None No change logs are saved.

Provides the best performance.

Prerequisites

To perform this procedure:

To change the transaction log type

  1. In Master Data Manager, click System Administration.

  2. On the Manage Model page, select the row for the model of the entity that you want to edit and then click Entities.

  3. On the Manage Entity page, select the row for the entity that you want to update and then click Edit.

  4. Choose the transaction log type in the drop-down list.

  5. Click Save.