Quantcast
Channel: SQL Server Master Data Services forum
Viewing all articles
Browse latest Browse all 1311

Removing the deleted Member from the MDS Database - SQL Server 2012

$
0
0

Hi am trying to remove the deleted member from the MDS Database.

Created records to purge in stg.Business_Detail_Leaf with Import Type 4 and ImportStatus_id 0

INSERT INTO [stg].[Business_Detail_Leaf] (
	[ImportType]
	,[ImportStatus_ID]
	,[BatchTag]
	,[Code]
	,[Name]
	)
SELECT 4 -- purge member
	,0 -- ready for staging
	,'Purge Member' -- batch tag
	,code -- code
	,NAME -- name
FROM mdm.tbl_2_6_EN
WHERE Status_ID = 2

This does appears in MDS Integration Management as a batch to process on local server.

But when am doing the  same on other server where I got System Administration and Integration Management rights on the Model,  this batch doesn't appear to process.

Am I missing any right to do this?


Sree




Viewing all articles
Browse latest Browse all 1311

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>