|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Today @ 1:07 PM
Points: 18,
Visits: 168
|
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, July 05, 2011 6:35 AM
Points: 2,
Visits: 53
|
|
Hi Mark,
Thanks for writing this article it was interesting to see a different way of implementing CDC incremental loading. I have also implemented an incremental load using CDC and I found that the really important part is ensuring synchronisation between the data warehouse tables and the tracked tables. You mention a couple of methods for resynchronisation in your article and I have an additional method which works quite reliably for me which I thought you might be interested in.
In my solution I have a SQL replication step between the production OLTP and the data warehouse. This gives me control over the data flow into the monitored tables and allows me to pause replication apply changes to the data warehouse. Once finished I can then restart the data flow and CDC monitoring without losing any of the change data. This of course requires the replication subscriptions to be setup not to expire during the stoppage.
Cheers
Martin
|
|
|
|
|
SSCrazy Eights
        
Group: General Forum Members
Last Login: Today @ 2:11 AM
Points: 9,378,
Visits: 6,473
|
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Wednesday, May 08, 2013 3:44 AM
Points: 2,173,
Visits: 1,350
|
|
| got knowledge of incremental data loading thanks for the post
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Friday, January 11, 2013 8:29 AM
Points: 22,
Visits: 48
|
|
Mark:
Great article. Nice clarification and demonstration of CDC. It has often been a problem explaining to programmers the intent of CDC and to execute the project correctly.
One note, there are no footnotes to your previsous two article. For completeness in discussing CDC, can you either post or send them to me.
Thanks!
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Today @ 1:07 PM
Points: 18,
Visits: 168
|
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Friday, January 11, 2013 8:29 AM
Points: 22,
Visits: 48
|
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Yesterday @ 11:57 AM
Points: 8,
Visits: 46
|
|
I read the article about Incremental Data Loading using CDC - but can you create an article and demo step by step on how to capture changes from a bulk load and incremental load from a source that does not have CDC (like SQL Server 2005). most of my tables don't have datetime column so I don't know if the record is new or updated by using datetime alone. Can you help me?
I need to do a bulk load initially from 3 servers merged into one server database and perform incremental updates realtime or each night.
|
|
|
|