SQL Server Katmai Replication,1
Recent update: 2008-3-21

CDC Retention time

200 byte By Services at 2008-1-9
According to BOL the default CDC retention time is 3 days and it was mentioned that it configurable. Can some of point me on how to change the default value. Thanks in advance.

Change Data Capture in Integration Services Packages

665 byte By RafalChojnacki at 2008-1-8
Hi, Is available any tutorial or example which shows how to use Change Data Capture in Integration Services Packages? I have found Using Change Data Capture in Integration Services Packages topic in BOL but there is an error and I can not open it. There is also Change Data Capture live ...

CDC - Inconsistent behaviour (?) in allowing PK modification

1694 byte By SivakumarRavindranath at 2008-1-8
I executed below scenarios and the behaviour seems to be inconsistent. I noticed cdc.change_tables tracks table details with index_name but BOL doesn't explain what is/isn't possible interms of modifying PK. Is #1 by design, if so it needs to be clarified. Enable CDC on a table with PK. ...

Change Data Capture in Integration Services Packages

665 byte By RafalChojnacki at 2008-1-8
Hi, Is available any tutorial or example which shows how to use Change Data Capture in Integration Services Packages? I have found Using Change Data Capture in Integration Services Packages topic in BOL but there is an error and I can not open it. There is also Change Data Capture live ...

SP_ADDSUBSCRIPTION with either @sync_type=''none'' or ''replication support only'' fails

976 byte By Ronzo3 at 2008-1-8
SP_ADDSUBSCRIPTION @publication = N'LTDB', @article = N'all', @subscriber = N'co-sub', @destination_db = N'RonsLT', @sync_type = N'replication support only' produces following error on SQL 2008 June CTP x64 (haven't installed July yet.) HResult 0x1FD1, Level 16, State ...

Using INSTEAD OF triggers on CDC tables

1985 byte By Ahsukal at 2008-1-8
An interesting option would be to use INSTEAD OF triggers on the CDC tables. It is more work but opens possibilities like: logging on a different server (I would not recommend it, but at least it is possible) pivot the table to audit in an old-value/new-value format (and only changes, so less ...

Function in Change Data Capture returns error message ...

2871 byte By JiriLichtenberg at 2008-1-8
I have tried code for CDC in Katmai CTP 4 : Code Snippet declare @from_lsn binary(10) set @from_lsn = sys.fn_cdc_get_min_lsn('Person.Contact') declare @to_lsn binary(10) set @to_lsn = sys.fn_cdc_get_max_lsn() declare @row_filter_option nvarchar(10) set @row_filter_option = 'all' -- ...

SP_ADDSUBSCRIPTION with either @sync_type=''none'' or ''replication support only'' fails

976 byte By Ronzo3 at 2008-1-8
SP_ADDSUBSCRIPTION @publication = N'LTDB', @article = N'all', @subscriber = N'co-sub', @destination_db = N'RonsLT', @sync_type = N'replication support only' produces following error on SQL 2008 June CTP x64 (haven't installed July yet.) HResult 0x1FD1, Level 16, State ...

SP_ADDSUBSCRIPTION with either @sync_type=''none'' or ''replication support only'' fails

976 byte By Ronzo3 at 2008-1-7
SP_ADDSUBSCRIPTION @publication = N'LTDB', @article = N'all', @subscriber = N'co-sub', @destination_db = N'RonsLT', @sync_type = N'replication support only' produces following error on SQL 2008 June CTP x64 (haven't installed July yet.) HResult 0x1FD1, Level 16, State ...

Function in Change Data Capture returns error message ...

2871 byte By JiriLichtenberg at 2008-1-7
I have tried code for CDC in Katmai CTP 4 : Code Snippet declare @from_lsn binary(10) set @from_lsn = sys.fn_cdc_get_min_lsn('Person.Contact') declare @to_lsn binary(10) set @to_lsn = sys.fn_cdc_get_max_lsn() declare @row_filter_option nvarchar(10) set @row_filter_option = 'all' -- ...

Replication Synchronization Error

1240 byte By StevenMuise at 2008-1-7
I have a default full install of the JULY CTP on X86 Windows Server 2003 (fully up to date on the patches). I used the Merge Replication Sample to create the Publisher/Publication. SInce the code sample to create the subscriber doesn't work (apparently some major changes in the assemblies) I ...

CDC - Inconsistent behaviour (?) in allowing PK modification

1694 byte By SivakumarRavindranath at 2008-1-7
I executed below scenarios and the behaviour seems to be inconsistent. I noticed cdc.change_tables tracks table details with index_name but BOL doesn't explain what is/isn't possible interms of modifying PK. Is #1 by design, if so it needs to be clarified. Enable CDC on a table with PK. ...

Merge Replication and Filtering by date

658 byte By BryanKelly at 2008-1-7
With SQL Server 2005 adding a merge filter that used a column with a date did not work very well. I have a table that has an expiration date. Ideally, I would want to set a filter that says send to the subscriber if getdate() < expirationdate. The problem in 2005 is that since the data in ...

CDC - Inconsistent behaviour (?) in allowing PK modification

1694 byte By SivakumarRavindranath at 2008-1-6
I executed below scenarios and the behaviour seems to be inconsistent. I noticed cdc.change_tables tracks table details with index_name but BOL doesn't explain what is/isn't possible interms of modifying PK. Is #1 by design, if so it needs to be clarified. Enable CDC on a table with PK. ...

Using INSTEAD OF triggers on CDC tables

1985 byte By Ahsukal at 2008-1-5
An interesting option would be to use INSTEAD OF triggers on the CDC tables. It is more work but opens possibilities like: logging on a different server (I would not recommend it, but at least it is possible) pivot the table to audit in an old-value/new-value format (and only changes, so less ...

Problem setting up Subscription with CTP3

2361 byte By FranckSidi at 2008-1-4
Hello I've got error during setting up subscriptions on CTP3 SQL Server could not create a subscription for Subscriber 'FRANSIDI06\KATMAI'. (Configure Peer-To-Peer Topology Wizard)ADDITIONAL INFORMATION:An exception occurred while executing a Transact-SQL statement or batch. ...

SQL Server Katmai

Site Classified