简体   繁体   English

SQL MDS同步

[英]SQL MDS Synchronization

We have following question about the SQL Master Data Service: 关于SQL主数据服务,我们有以下问题:

  1. We have already integrated different client data to MDS with the help MS Excel plugin, now we want to push back updated or new added record to source database. 我们已经使用帮助MS Excel插件将不同的客户端数据集成到MDS,现在我们想将更新的记录或新添加的记录推回源数据库。 is it possible do using MDS? 有可能使用MDS吗?

  2. Do we have any background sync process to which automatically sync data to and from subscriber and MDS? 我们是否有任何后台同步过程可以自动将数据与订户和MDS之间的数据同步?

Create subscription views in MDS. 在MDS中创建订阅视图。 Then you can leverage SSIS to pull the data from MDS using the subscription view and merging it into the source database. 然后,您可以利用订阅视图利用SSIS从MDS中提取数据,并将其合并到源数据库中。

Used in conjunction with Business Rules in MDS, the ETL can be coded to only query for "validated" members in MDS. 与MDS中的业务规则结合使用时,可以对ETL进行编码,以仅查询MDS中的“已验证”成员。 This allows for a nice separation of concerns so the ETL doesn't have to be overly complex with data it needs to retrieve from MDS> 这样可以很好地分离关注点,因此ETL不必过于复杂,它需要从MDS中检索数据。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM