Viewing 2 posts - 1 through 2 (of 2 total)
use select SELECT * FROM cdc.fn_cdc_get_net_changes_dbo_source_table(@from_lsn, @to_lsn, 'all').
instead of SELECT * FROM cdc.fn_cdc_get_all_changes_dbo_source_table(@from_lsn, @to_lsn, 'all').
June 16, 2010 at 2:37 pm
#1181280
I have the same issue to do. i need to make use of CDC for the incremental loads. if you have implemented it, please share with me.
thanks
June 16, 2010 at 2:26 pm
#1181279