<?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 Disabling Change Tracking and enabling Change Data Capture in SQL Server Lakeflow in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/disabling-change-tracking-and-enabling-change-data-capture-in/m-p/165331#M55422</link>
    <description>&lt;P&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;I want to know my lakeflow connect pipeline has stopped running because Change Tracking is enabled and table doesn't have a primary key and i want to switch to CDC now. Will it impact my pipeline. What are the steps i need to follow to on ingestion gateway and pipeline side.&lt;/P&gt;</description>
    <pubDate>Tue, 11 Aug 2026 09:58:00 GMT</pubDate>
    <dc:creator>Upendra_Dwivedi</dc:creator>
    <dc:date>2026-08-11T09:58:00Z</dc:date>
    <item>
      <title>Disabling Change Tracking and enabling Change Data Capture in SQL Server Lakeflow</title>
      <link>https://community.databricks.com/t5/data-engineering/disabling-change-tracking-and-enabling-change-data-capture-in/m-p/165331#M55422</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;I want to know my lakeflow connect pipeline has stopped running because Change Tracking is enabled and table doesn't have a primary key and i want to switch to CDC now. Will it impact my pipeline. What are the steps i need to follow to on ingestion gateway and pipeline side.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2026 09:58:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/disabling-change-tracking-and-enabling-change-data-capture-in/m-p/165331#M55422</guid>
      <dc:creator>Upendra_Dwivedi</dc:creator>
      <dc:date>2026-08-11T09:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Change Tracking and enabling Change Data Capture in SQL Server Lakeflow</title>
      <link>https://community.databricks.com/t5/data-engineering/disabling-change-tracking-and-enabling-change-data-capture-in/m-p/165384#M55429</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;You can trigger a full refresh on this table to establish a clean CDC baseline.&amp;nbsp;Pause the ingestion pipeline (and the gateway if running continuous Standard CDC) to prevent state conflicts while updating the source. Next, on the SQL Server instance, ensure CDC is enabled at the database level, then enable CDC on the target table. Because the table has no primary key, make sure the table CDC setup has net change support disabled, as supporting net changes requires a primary key or unique index. Once CDC is active on the table, explicitly disable Change Tracking on that table so Lake flow stops attempting to use it.&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV class=""&gt;Before restarting the pipeline, verify through SQL Server system tables that the table reflects CDC as active and Change Tracking as disabled. Finally, re/start the gateway and pipeline, navigate to the table details within the Lake flow UI, and trigger a Full Refresh for the affected table so it can snapshot the current baseline and begin processing continuous CDC transactions seamlessly. Validate the changes in &lt;STRONG&gt;dev &lt;/STRONG&gt;first. More details &lt;A href="https://docs.databricks.com/aws/en/ingestion/lakeflow-connect/sql-server-utility#step-3-enable-change-data-capture-for-tables-without-primary-keys" target="_self"&gt;here&lt;/A&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 11 Aug 2026 14:25:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/disabling-change-tracking-and-enabling-change-data-capture-in/m-p/165384#M55429</guid>
      <dc:creator>balajij8</dc:creator>
      <dc:date>2026-08-11T14:25:24Z</dc:date>
    </item>
  </channel>
</rss>

