<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Epicor ERP Integration - Queries on how to setup MS Azure SQL Database (SaaS) as source via MS-CDC in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Epicor-ERP-Integration-Queries-on-how-to-setup-MS-Azure-SQL/m-p/2546694#M16142</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/125525"&gt;@DesmondWOO&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/121014"&gt;@Dana_Baldwin&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Hope you are doing good.&lt;/P&gt;
&lt;P&gt;As part of a requirement, I need to setup a source endpoint which is off the type MS Azure SQL Database (SaaS) to do CDC(Insert/Updates/Deletes) and replicate it to a target which is an Oracle endpoint.&lt;BR /&gt;Since the source endpoint is a SaaS version of MS Azure SQL Database instance, MS Replication is not an option to setup. However, MS-CDC can help to do CDC and transfer the data.&lt;/P&gt;
&lt;P&gt;However, could you please advise what are the setup that needs to be requested to the source team to setup at their end so that we can facilitate MS-CDC for it.&lt;/P&gt;
&lt;P&gt;Could you please advise if we need to request that the Qlik user being used for connecting to their source database to have full privilege or just a read/write and DDL access enough for it?&lt;/P&gt;
&lt;P&gt;Also could you please advise if they need to enable MS-CDC on the Azure SQL database hosting Epicor?&lt;BR /&gt;EXEC sys.sp_cdc_enable_db;&lt;/P&gt;
&lt;P&gt;Additionally, do they have to enable CDC for all the required tables to be replicated?&lt;/P&gt;
&lt;P&gt;EXEC sys.sp_cdc_enable_table &lt;BR /&gt;@source_schema = 'dbo',&lt;BR /&gt;@source_name = 'TableName',&lt;BR /&gt;@role_name = NULL,&lt;BR /&gt;@supports_net_changes = 1;&lt;/P&gt;
&lt;P&gt;Additionally, I believe we need to get the below details from the source team to setup the endpoint connection. Could you please confirm on the same and kindly let me know if I am missing out any detail to be requested?&lt;/P&gt;
&lt;P&gt;Server:&lt;BR /&gt;Username : This should be our qlik username right?&lt;BR /&gt;Password: Password for Qlik user.&lt;BR /&gt;Database Name:&lt;/P&gt;
&lt;P&gt;Currently for all the other CDC between Oracle to Oracle, we have used a standby DR server dedicated for CDC, and hence it helped in reducing the latency drastically. Will a MS Azure SQL server instance(SaaS) have a standby DR server that we can utilize as a source endpoint to ensure we use it solely for CDC purpose ? Or is it possible to request them to create one and use it solely for CDC purpose?&lt;/P&gt;
&lt;P&gt;I was under the assumption that since we use the MS-CDC option, we would be reading the changes directly from the change tables created at the source and not from the transaction logs. Please correct me if I am wrong, so in this case, can we use a standby DR server for log shipping between primary live DB to standby DR DB and then read changes from the change tables there?&lt;/P&gt;
&lt;P&gt;It would be really helpful if I can get any info on this.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance,&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Harikesh OP&lt;/P&gt;</description>
    <pubDate>Mon, 13 Apr 2026 06:01:04 GMT</pubDate>
    <dc:creator>harikesh_1991</dc:creator>
    <dc:date>2026-04-13T06:01:04Z</dc:date>
    <item>
      <title>Epicor ERP Integration - Queries on how to setup MS Azure SQL Database (SaaS) as source via MS-CDC</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Epicor-ERP-Integration-Queries-on-how-to-setup-MS-Azure-SQL/m-p/2546694#M16142</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/125525"&gt;@DesmondWOO&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/121014"&gt;@Dana_Baldwin&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Hope you are doing good.&lt;/P&gt;
&lt;P&gt;As part of a requirement, I need to setup a source endpoint which is off the type MS Azure SQL Database (SaaS) to do CDC(Insert/Updates/Deletes) and replicate it to a target which is an Oracle endpoint.&lt;BR /&gt;Since the source endpoint is a SaaS version of MS Azure SQL Database instance, MS Replication is not an option to setup. However, MS-CDC can help to do CDC and transfer the data.&lt;/P&gt;
&lt;P&gt;However, could you please advise what are the setup that needs to be requested to the source team to setup at their end so that we can facilitate MS-CDC for it.&lt;/P&gt;
&lt;P&gt;Could you please advise if we need to request that the Qlik user being used for connecting to their source database to have full privilege or just a read/write and DDL access enough for it?&lt;/P&gt;
&lt;P&gt;Also could you please advise if they need to enable MS-CDC on the Azure SQL database hosting Epicor?&lt;BR /&gt;EXEC sys.sp_cdc_enable_db;&lt;/P&gt;
&lt;P&gt;Additionally, do they have to enable CDC for all the required tables to be replicated?&lt;/P&gt;
&lt;P&gt;EXEC sys.sp_cdc_enable_table &lt;BR /&gt;@source_schema = 'dbo',&lt;BR /&gt;@source_name = 'TableName',&lt;BR /&gt;@role_name = NULL,&lt;BR /&gt;@supports_net_changes = 1;&lt;/P&gt;
&lt;P&gt;Additionally, I believe we need to get the below details from the source team to setup the endpoint connection. Could you please confirm on the same and kindly let me know if I am missing out any detail to be requested?&lt;/P&gt;
&lt;P&gt;Server:&lt;BR /&gt;Username : This should be our qlik username right?&lt;BR /&gt;Password: Password for Qlik user.&lt;BR /&gt;Database Name:&lt;/P&gt;
&lt;P&gt;Currently for all the other CDC between Oracle to Oracle, we have used a standby DR server dedicated for CDC, and hence it helped in reducing the latency drastically. Will a MS Azure SQL server instance(SaaS) have a standby DR server that we can utilize as a source endpoint to ensure we use it solely for CDC purpose ? Or is it possible to request them to create one and use it solely for CDC purpose?&lt;/P&gt;
&lt;P&gt;I was under the assumption that since we use the MS-CDC option, we would be reading the changes directly from the change tables created at the source and not from the transaction logs. Please correct me if I am wrong, so in this case, can we use a standby DR server for log shipping between primary live DB to standby DR DB and then read changes from the change tables there?&lt;/P&gt;
&lt;P&gt;It would be really helpful if I can get any info on this.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance,&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Harikesh OP&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2026 06:01:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Epicor-ERP-Integration-Queries-on-how-to-setup-MS-Azure-SQL/m-p/2546694#M16142</guid>
      <dc:creator>harikesh_1991</dc:creator>
      <dc:date>2026-04-13T06:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Epicor ERP Integration - Queries on how to setup MS Azure SQL Database (SaaS) as source via MS-CDC</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Epicor-ERP-Integration-Queries-on-how-to-setup-MS-Azure-SQL/m-p/2546712#M16143</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/347193"&gt;@harikesh_1991&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;1. Qlik User Privileges&lt;BR /&gt;Please refer to the following link:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/replicate/November2025/Content/Global_Common/Content/SharedReplicateHDD/Azure-MSCDC-Source/azremscdc-SQLServerDBSource-security.htm#ar_sqlserverds_1727505754_1656303" target="_blank"&gt;https://help.qlik.com/en-US/replicate/November2025/Content/Global_Common/Content/SharedReplicateHDD/Azure-MSCDC-Source/azremscdc-SQLServerDBSource-security.htm#ar_sqlserverds_1727505754_1656303&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;2. Enable CDC&lt;BR /&gt;Yes, but please note that our guide does not explicitly mention "@supports_net_changes = 1;". Enabling this parameter will impact the audit trail of updates. Please check the statement below:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/replicate/November2025/Content/Replicate/Main/MicrosoftAzureSQLMS-CDC/azremscdc-prereqs.htm" target="_blank"&gt;https://help.qlik.com/en-US/replicate/November2025/Content/Replicate/Main/MicrosoftAzureSQLMS-CDC/azremscdc-prereqs.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;3. Endpoint connection&lt;BR /&gt;It depends on your authentication method settings. Please check&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/replicate/November2025/Content/Global_Common/Content/SharedReplicateHDD/Azure-MSCDC-Source/msmazuremi_SQLServerDB_DiaBox_source.htm#ar_sqlserverds_1727505754_1657850" target="_blank"&gt;https://help.qlik.com/en-US/replicate/November2025/Content/Global_Common/Content/SharedReplicateHDD/Azure-MSCDC-Source/msmazuremi_SQLServerDB_DiaBox_source.htm#ar_sqlserverds_1727505754_1657850&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;4. DR Database&lt;BR /&gt;From my understanding, SQL Server's CDC (Change Tables) are stored and managed within the Primary database, which is architecturally different from Oracle's standby mining. Since this is a native Microsoft feature, I recommend consulting a &lt;STRONG data-index-in-node="245" data-path-to-node="3,0"&gt;Microsoft Engineer&lt;/STRONG&gt; for the possibility.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2026 10:39:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Epicor-ERP-Integration-Queries-on-how-to-setup-MS-Azure-SQL/m-p/2546712#M16143</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2026-04-13T10:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Epicor ERP Integration - Queries on how to setup MS Azure SQL Database (SaaS) as source via MS-CDC</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Epicor-ERP-Integration-Queries-on-how-to-setup-MS-Azure-SQL/m-p/2547083#M16161</link>
      <description>&lt;P&gt;Thanks a lot for your insights on this.&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/125525"&gt;@DesmondWOO&lt;/a&gt;&amp;nbsp;. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2026 09:25:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Epicor-ERP-Integration-Queries-on-how-to-setup-MS-Azure-SQL/m-p/2547083#M16161</guid>
      <dc:creator>harikesh_1991</dc:creator>
      <dc:date>2026-04-16T09:25:05Z</dc:date>
    </item>
  </channel>
</rss>

