Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 2.06 KB

File metadata and controls

44 lines (32 loc) · 2.06 KB
description Change Tracking (Master Data Services)
title Change Tracking
ms.custom
ms.date 03/15/2017
ms.prod sql
ms.prod_service mds
ms.reviewer
ms.technology master-data-services
ms.topic conceptual
helpviewer_keywords
change tracking [SQL Server]
ms.assetid 5e879c65-0d38-454f-9a20-62a6e72c89f7
author CordeliaGrey
ms.author jiwang6

Change Tracking (Master Data Services)

[!INCLUDE SQL Server - Windows only ASDBMI ]

In [!INCLUDEssMDSshort], you can use change tracking groups to take action when an attribute value changes. Use change tracking when you don't know what the new value will be, but instead want to know if any change occurred.

Configuring Change Tracking

To configure change tracking, you add an attribute to a change tracking group. The group can contain one or many attributes. Then, you create a business rule to define the action that is taken when any of the attributes in the group change.

Note

Change tracking business rules consider staged (imported) data to be changed.

Related Tasks

Task Description Topic
Add attributes to a change tracking group. Add Attributes to a Change Tracking Group (Master Data Services)
Create a business rule that initiates actions based on attribute changes. Initiate Actions Based on Attribute Value Changes (Master Data Services)

Related Content