<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Introduction to Change Data Capture (CDC) in SQL Server 2008</title>
	<atom:link href="http://blog.sqlauthority.com/2009/08/15/sql-server-introduction-to-change-data-capture-cdc-in-sql-server-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2009/08/15/sql-server-introduction-to-change-data-capture-cdc-in-sql-server-2008/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Fri, 10 Feb 2012 04:35:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: murthy</title>
		<link>http://blog.sqlauthority.com/2009/08/15/sql-server-introduction-to-change-data-capture-cdc-in-sql-server-2008/#comment-243098</link>
		<dc:creator><![CDATA[murthy]]></dc:creator>
		<pubDate>Tue, 24 Jan 2012 18:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6599#comment-243098</guid>
		<description><![CDATA[One of the best articles on CDC in SQL Server. Thanks Pinal.]]></description>
		<content:encoded><![CDATA[<p>One of the best articles on CDC in SQL Server. Thanks Pinal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Atiq Rahman</title>
		<link>http://blog.sqlauthority.com/2009/08/15/sql-server-introduction-to-change-data-capture-cdc-in-sql-server-2008/#comment-215879</link>
		<dc:creator><![CDATA[Atiq Rahman]]></dc:creator>
		<pubDate>Mon, 12 Dec 2011 07:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6599#comment-215879</guid>
		<description><![CDATA[Hi Pinal,

Is there any way to keep my Change Data tables in another database instead of other schema?

Your kind help is highly appreciated.

Regards,
Atiq Rahman]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>Is there any way to keep my Change Data tables in another database instead of other schema?</p>
<p>Your kind help is highly appreciated.</p>
<p>Regards,<br />
Atiq Rahman</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Latha</title>
		<link>http://blog.sqlauthority.com/2009/08/15/sql-server-introduction-to-change-data-capture-cdc-in-sql-server-2008/#comment-201461</link>
		<dc:creator><![CDATA[Latha]]></dc:creator>
		<pubDate>Mon, 21 Nov 2011 16:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6599#comment-201461</guid>
		<description><![CDATA[Is there any way to insert into CDC table manually?

We have history tables already existing, we are trying to replace them with CDC tables, but we need to migrate data from old history tables into CDC table.]]></description>
		<content:encoded><![CDATA[<p>Is there any way to insert into CDC table manually?</p>
<p>We have history tables already existing, we are trying to replace them with CDC tables, but we need to migrate data from old history tables into CDC table.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yas</title>
		<link>http://blog.sqlauthority.com/2009/08/15/sql-server-introduction-to-change-data-capture-cdc-in-sql-server-2008/#comment-180259</link>
		<dc:creator><![CDATA[Yas]]></dc:creator>
		<pubDate>Tue, 18 Oct 2011 08:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6599#comment-180259</guid>
		<description><![CDATA[Thanks for u..]]></description>
		<content:encoded><![CDATA[<p>Thanks for u..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nilesh</title>
		<link>http://blog.sqlauthority.com/2009/08/15/sql-server-introduction-to-change-data-capture-cdc-in-sql-server-2008/#comment-173451</link>
		<dc:creator><![CDATA[Nilesh]]></dc:creator>
		<pubDate>Fri, 30 Sep 2011 06:59:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6599#comment-173451</guid>
		<description><![CDATA[Hi Pinal,

I have applied CDC on child tables, now the requirement has changed and i need to capture changes in parent tables. I can apply CDC on parent tables, but while fetching these change records in parent table, i want the records from its child tables as well which are associated with it at that point of time. Hope you get the point here.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>I have applied CDC on child tables, now the requirement has changed and i need to capture changes in parent tables. I can apply CDC on parent tables, but while fetching these change records in parent table, i want the records from its child tables as well which are associated with it at that point of time. Hope you get the point here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhukar</title>
		<link>http://blog.sqlauthority.com/2009/08/15/sql-server-introduction-to-change-data-capture-cdc-in-sql-server-2008/#comment-165905</link>
		<dc:creator><![CDATA[Madhukar]]></dc:creator>
		<pubDate>Tue, 06 Sep 2011 07:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6599#comment-165905</guid>
		<description><![CDATA[Hi Pinal,

CDC was enabled on the existing database table where it had few records in it. CDC is not capcturing changes for old data which is there prior to the CDC, working great for new records that got inserted. What is the work around for this problem ?]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>CDC was enabled on the existing database table where it had few records in it. CDC is not capcturing changes for old data which is there prior to the CDC, working great for new records that got inserted. What is the work around for this problem ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashish Kadam</title>
		<link>http://blog.sqlauthority.com/2009/08/15/sql-server-introduction-to-change-data-capture-cdc-in-sql-server-2008/#comment-149821</link>
		<dc:creator><![CDATA[Ashish Kadam]]></dc:creator>
		<pubDate>Thu, 21 Jul 2011 13:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6599#comment-149821</guid>
		<description><![CDATA[Hi Pinal,
great article, i love your way to explain.
i&#039;m not clearing that when i change views,stored proc, function, then cdc can work?
and if any dba open table in edit mode &amp; perform any insert/update/delete operation then in that case it also works?]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,<br />
great article, i love your way to explain.<br />
i&#8217;m not clearing that when i change views,stored proc, function, then cdc can work?<br />
and if any dba open table in edit mode &amp; perform any insert/update/delete operation then in that case it also works?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER – Interview Questions and Answers – Frequently Asked Questions – Day 19 of 31 Journey to SQLAuthority</title>
		<link>http://blog.sqlauthority.com/2009/08/15/sql-server-introduction-to-change-data-capture-cdc-in-sql-server-2008/#comment-149233</link>
		<dc:creator><![CDATA[SQL SERVER – Interview Questions and Answers – Frequently Asked Questions – Day 19 of 31 Journey to SQLAuthority]]></dc:creator>
		<pubDate>Tue, 19 Jul 2011 01:30:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6599#comment-149233</guid>
		<description><![CDATA[[...] In SQL Server 2005 and earlier versions, there is no inbuilt functionality to know which row was recently changed and what the changes were. However, in SQL Server 2008, a new feature known as Change Data Capture (CDC) has been introduced to capture the changed data. (Read more here) [...]]]></description>
		<content:encoded><![CDATA[<p>[...] In SQL Server 2005 and earlier versions, there is no inbuilt functionality to know which row was recently changed and what the changes were. However, in SQL Server 2008, a new feature known as Change Data Capture (CDC) has been introduced to capture the changed data. (Read more here) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER – Interview Questions and Answers – Frequently Asked Questions – Day 18 of 31 Journey to SQLAuthority</title>
		<link>http://blog.sqlauthority.com/2009/08/15/sql-server-introduction-to-change-data-capture-cdc-in-sql-server-2008/#comment-149038</link>
		<dc:creator><![CDATA[SQL SERVER – Interview Questions and Answers – Frequently Asked Questions – Day 18 of 31 Journey to SQLAuthority]]></dc:creator>
		<pubDate>Mon, 18 Jul 2011 01:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6599#comment-149038</guid>
		<description><![CDATA[[...] Change Data Capture (CDC) records INSERTs, UPDATEs, and DELETEs applied to SQL Server tables and makes a record available of what changed, where, and when, in simple relational ‘change tables’ rather than in an esoteric chopped salad of XML. These change tables contain columns that reflect the column structure of the source table you have chosen to track along with the metadata needed to understand the changes that have been made. (Read more here) [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Change Data Capture (CDC) records INSERTs, UPDATEs, and DELETEs applied to SQL Server tables and makes a record available of what changed, where, and when, in simple relational ‘change tables’ rather than in an esoteric chopped salad of XML. These change tables contain columns that reflect the column structure of the source table you have chosen to track along with the metadata needed to understand the changes that have been made. (Read more here) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashish</title>
		<link>http://blog.sqlauthority.com/2009/08/15/sql-server-introduction-to-change-data-capture-cdc-in-sql-server-2008/#comment-144418</link>
		<dc:creator><![CDATA[Ashish]]></dc:creator>
		<pubDate>Tue, 28 Jun 2011 12:55:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6599#comment-144418</guid>
		<description><![CDATA[Hi Pinal,

I am looking for the opportunities to use this feature in my current DW implementation however, our source systems are in SQL 2005 and Sybase. Can CDC support other data sources somehow?

Thanks 
Ashish]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>I am looking for the opportunities to use this feature in my current DW implementation however, our source systems are in SQL 2005 and Sybase. Can CDC support other data sources somehow?</p>
<p>Thanks<br />
Ashish</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pankaj</title>
		<link>http://blog.sqlauthority.com/2009/08/15/sql-server-introduction-to-change-data-capture-cdc-in-sql-server-2008/#comment-142953</link>
		<dc:creator><![CDATA[Pankaj]]></dc:creator>
		<pubDate>Wed, 22 Jun 2011 10:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6599#comment-142953</guid>
		<description><![CDATA[This is cool feature and very well explained. 

do you have similar explanation for Change Tracking features, it&#039;s pros and cons?
Is it a good practice to use Change Tracking  when polling is done with very high frequency say in every 2-3 minutes?]]></description>
		<content:encoded><![CDATA[<p>This is cool feature and very well explained. </p>
<p>do you have similar explanation for Change Tracking features, it&#8217;s pros and cons?<br />
Is it a good practice to use Change Tracking  when polling is done with very high frequency say in every 2-3 minutes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abid Tabassum</title>
		<link>http://blog.sqlauthority.com/2009/08/15/sql-server-introduction-to-change-data-capture-cdc-in-sql-server-2008/#comment-130138</link>
		<dc:creator><![CDATA[Abid Tabassum]]></dc:creator>
		<pubDate>Wed, 20 Apr 2011 10:21:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6599#comment-130138</guid>
		<description><![CDATA[Hi

data capturing time can get for each lsn by below sql

SELECT * 
FROM cdc.lsn_time_mapping]]></description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>data capturing time can get for each lsn by below sql</p>
<p>SELECT *<br />
FROM cdc.lsn_time_mapping</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: subbaraju</title>
		<link>http://blog.sqlauthority.com/2009/08/15/sql-server-introduction-to-change-data-capture-cdc-in-sql-server-2008/#comment-121736</link>
		<dc:creator><![CDATA[subbaraju]]></dc:creator>
		<pubDate>Thu, 03 Mar 2011 17:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6599#comment-121736</guid>
		<description><![CDATA[Hi Pinal,
I have some issue with CDC. My table has one varchar(max) column and one xml column. Whenever any update happens in the table where above two columns are not involved the before update data shows some strange values for those two columns.
My xml column has value “”. In the CDC table before update it shows null. Same thing is happenning for varchar(max) column. Any idea on this?]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,<br />
I have some issue with CDC. My table has one varchar(max) column and one xml column. Whenever any update happens in the table where above two columns are not involved the before update data shows some strange values for those two columns.<br />
My xml column has value “”. In the CDC table before update it shows null. Same thing is happenning for varchar(max) column. Any idea on this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tharindu</title>
		<link>http://blog.sqlauthority.com/2009/08/15/sql-server-introduction-to-change-data-capture-cdc-in-sql-server-2008/#comment-104546</link>
		<dc:creator><![CDATA[Tharindu]]></dc:creator>
		<pubDate>Fri, 10 Dec 2010 05:56:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6599#comment-104546</guid>
		<description><![CDATA[hi Pinal,
           it&#039;s very helpful article. but still i have small doubt, what is the Architecture of SQL server change data capture(CDC)? is sql server using trigger to capture change data in CDC?

Thanks
Tharindu Dhaneenja]]></description>
		<content:encoded><![CDATA[<p>hi Pinal,<br />
           it&#8217;s very helpful article. but still i have small doubt, what is the Architecture of SQL server change data capture(CDC)? is sql server using trigger to capture change data in CDC?</p>
<p>Thanks<br />
Tharindu Dhaneenja</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Partha</title>
		<link>http://blog.sqlauthority.com/2009/08/15/sql-server-introduction-to-change-data-capture-cdc-in-sql-server-2008/#comment-104006</link>
		<dc:creator><![CDATA[Partha]]></dc:creator>
		<pubDate>Mon, 06 Dec 2010 16:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6599#comment-104006</guid>
		<description><![CDATA[Hi Pinal,
I have some issue with CDC. My table has one varchar(max) column and one xml column. Whenever any update happens in the table where above two columns are not involved the before update data shows some strange values for those two columns.
My xml column has value &quot;&quot;. In the CDC table before update it shows null. Same thing is happenning for varchar(max) column. Any idea on this?]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,<br />
I have some issue with CDC. My table has one varchar(max) column and one xml column. Whenever any update happens in the table where above two columns are not involved the before update data shows some strange values for those two columns.<br />
My xml column has value &#8220;&#8221;. In the CDC table before update it shows null. Same thing is happenning for varchar(max) column. Any idea on this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anil Inampudi</title>
		<link>http://blog.sqlauthority.com/2009/08/15/sql-server-introduction-to-change-data-capture-cdc-in-sql-server-2008/#comment-92550</link>
		<dc:creator><![CDATA[Anil Inampudi]]></dc:creator>
		<pubDate>Wed, 13 Oct 2010 13:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6599#comment-92550</guid>
		<description><![CDATA[Hi Pinal,

I tried implementing the CDC and Configured Transctional Replication on  the same database.. when i am  doing this.. the CDC at the database  level looks good..but CDC at the table level is disabling/tweeking the metadata tables of CDC..

So, Could you plzz suggest me on thiss......


Thanks
Anil Inampudi]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>I tried implementing the CDC and Configured Transctional Replication on  the same database.. when i am  doing this.. the CDC at the database  level looks good..but CDC at the table level is disabling/tweeking the metadata tables of CDC..</p>
<p>So, Could you plzz suggest me on thiss&#8230;&#8230;</p>
<p>Thanks<br />
Anil Inampudi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Farooq</title>
		<link>http://blog.sqlauthority.com/2009/08/15/sql-server-introduction-to-change-data-capture-cdc-in-sql-server-2008/#comment-89096</link>
		<dc:creator><![CDATA[Farooq]]></dc:creator>
		<pubDate>Thu, 23 Sep 2010 11:35:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6599#comment-89096</guid>
		<description><![CDATA[Hi Pinal,

I do not have SQL Server 2008 and working with SQL server 2005, is there anything similar that i can do to my SQL 2005 version like adding some SP just like CDC that would give me the same functionality ??????

Thanks
Farooq]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>I do not have SQL Server 2008 and working with SQL server 2005, is there anything similar that i can do to my SQL 2005 version like adding some SP just like CDC that would give me the same functionality ??????</p>
<p>Thanks<br />
Farooq</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy</title>
		<link>http://blog.sqlauthority.com/2009/08/15/sql-server-introduction-to-change-data-capture-cdc-in-sql-server-2008/#comment-77329</link>
		<dc:creator><![CDATA[Randy]]></dc:creator>
		<pubDate>Tue, 22 Jun 2010 20:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6599#comment-77329</guid>
		<description><![CDATA[OK, I as able to find the stored procedures in mssqlsystemresource.mdf database, although I still am looking for the above function.

Thanks,

Randy]]></description>
		<content:encoded><![CDATA[<p>OK, I as able to find the stored procedures in mssqlsystemresource.mdf database, although I still am looking for the above function.</p>
<p>Thanks,</p>
<p>Randy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy</title>
		<link>http://blog.sqlauthority.com/2009/08/15/sql-server-introduction-to-change-data-capture-cdc-in-sql-server-2008/#comment-77315</link>
		<dc:creator><![CDATA[Randy]]></dc:creator>
		<pubDate>Tue, 22 Jun 2010 17:41:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6599#comment-77315</guid>
		<description><![CDATA[Hello,

Initial setup was clean and easy.  When I dig further I am noticing the cleanup job is calling functions and stored procedures that do not exist.  

For example:

  sp_MScdc_cleanup_job calls the following functions and SP&#039;s that do not exist.

  fn_cdc_is_db_enabled
  sp_cdc_get_cleanup_retention
  sys.sp_cdc_cleanup_job_internal

Is anyone actually using this in a production envirnoment?  Do I need to be running SQL2008 R2?

Thanks,

Randy]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Initial setup was clean and easy.  When I dig further I am noticing the cleanup job is calling functions and stored procedures that do not exist.  </p>
<p>For example:</p>
<p>  sp_MScdc_cleanup_job calls the following functions and SP&#8217;s that do not exist.</p>
<p>  fn_cdc_is_db_enabled<br />
  sp_cdc_get_cleanup_retention<br />
  sys.sp_cdc_cleanup_job_internal</p>
<p>Is anyone actually using this in a production envirnoment?  Do I need to be running SQL2008 R2?</p>
<p>Thanks,</p>
<p>Randy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve K</title>
		<link>http://blog.sqlauthority.com/2009/08/15/sql-server-introduction-to-change-data-capture-cdc-in-sql-server-2008/#comment-77225</link>
		<dc:creator><![CDATA[Steve K]]></dc:creator>
		<pubDate>Tue, 22 Jun 2010 03:40:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6599#comment-77225</guid>
		<description><![CDATA[Hi Pinal,

Great article! You simplified the steps to make it easy to implement.

Is there a way to also capture the User who made the modification?

Is it as simple as adding a column called UserName with a DEFAULT VALUE of SUSER_SNAME() to the CT Table?

Or is there a better way of doing this?]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>Great article! You simplified the steps to make it easy to implement.</p>
<p>Is there a way to also capture the User who made the modification?</p>
<p>Is it as simple as adding a column called UserName with a DEFAULT VALUE of SUSER_SNAME() to the CT Table?</p>
<p>Or is there a better way of doing this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Priyanka Bansal</title>
		<link>http://blog.sqlauthority.com/2009/08/15/sql-server-introduction-to-change-data-capture-cdc-in-sql-server-2008/#comment-74467</link>
		<dc:creator><![CDATA[Priyanka Bansal]]></dc:creator>
		<pubDate>Wed, 02 Jun 2010 19:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6599#comment-74467</guid>
		<description><![CDATA[Hello Pinal,
                 YOur blog was very useful for auditing. I want to know that how can we take backup and restore of cdc tables created under system tables.

I increased retention to 1 week and backup database weekly.And if any issues want to restore the database and check cdc data.

Thanks,]]></description>
		<content:encoded><![CDATA[<p>Hello Pinal,<br />
                 YOur blog was very useful for auditing. I want to know that how can we take backup and restore of cdc tables created under system tables.</p>
<p>I increased retention to 1 week and backup database weekly.And if any issues want to restore the database and check cdc data.</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AnupSivaDas</title>
		<link>http://blog.sqlauthority.com/2009/08/15/sql-server-introduction-to-change-data-capture-cdc-in-sql-server-2008/#comment-65125</link>
		<dc:creator><![CDATA[AnupSivaDas]]></dc:creator>
		<pubDate>Tue, 13 Apr 2010 18:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6599#comment-65125</guid>
		<description><![CDATA[Hi Pinal,

CDC doesnt give me details on who made the changes.For this I can go with Audits.Other than this do you recommend any other methods.

Thank You,
Anup]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>CDC doesnt give me details on who made the changes.For this I can go with Audits.Other than this do you recommend any other methods.</p>
<p>Thank You,<br />
Anup</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Feodor</title>
		<link>http://blog.sqlauthority.com/2009/08/15/sql-server-introduction-to-change-data-capture-cdc-in-sql-server-2008/#comment-62759</link>
		<dc:creator><![CDATA[Paul Feodor]]></dc:creator>
		<pubDate>Thu, 11 Mar 2010 15:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6599#comment-62759</guid>
		<description><![CDATA[Hi Dave

I have a principal-mirror servers setup without witness and enabled CDC on a database 1 specific table on principal server. Whenever I failover I create the jobs(cleanup and capture) after failover was made(as BOL is saying) but the capture of the data seems is not happening on the newly principal server.
If I failover back the capturing is wk ok on the initial principal.

Any ideea if I miss something?

Thx for help!]]></description>
		<content:encoded><![CDATA[<p>Hi Dave</p>
<p>I have a principal-mirror servers setup without witness and enabled CDC on a database 1 specific table on principal server. Whenever I failover I create the jobs(cleanup and capture) after failover was made(as BOL is saying) but the capture of the data seems is not happening on the newly principal server.<br />
If I failover back the capturing is wk ok on the initial principal.</p>
<p>Any ideea if I miss something?</p>
<p>Thx for help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anbuselvam</title>
		<link>http://blog.sqlauthority.com/2009/08/15/sql-server-introduction-to-change-data-capture-cdc-in-sql-server-2008/#comment-62193</link>
		<dc:creator><![CDATA[Anbuselvam]]></dc:creator>
		<pubDate>Thu, 04 Mar 2010 18:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6599#comment-62193</guid>
		<description><![CDATA[Hi,

Is there any way to track IP Address to find who did the changes in the table?]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Is there any way to track IP Address to find who did the changes in the table?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil C</title>
		<link>http://blog.sqlauthority.com/2009/08/15/sql-server-introduction-to-change-data-capture-cdc-in-sql-server-2008/#comment-60860</link>
		<dc:creator><![CDATA[Neil C]]></dc:creator>
		<pubDate>Tue, 09 Feb 2010 04:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6599#comment-60860</guid>
		<description><![CDATA[Hi Pinal,

while search on google i have found out this alternative where you can add columns to existing CDC table to capture alternative information.

Simply alter the cdc.schema_TableName_CT table and add a column with a default.  The columns I have added are 

  username varchar(30) null default(suser_sname())
  auditdte datetime2 null default(getdate())

but i am not sure on impact it may carried out on Database.

can you please let me know if there will any impact on database when I add additional columns which are not created by CDC

Regards
Neil]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>while search on google i have found out this alternative where you can add columns to existing CDC table to capture alternative information.</p>
<p>Simply alter the cdc.schema_TableName_CT table and add a column with a default.  The columns I have added are </p>
<p>  username varchar(30) null default(suser_sname())<br />
  auditdte datetime2 null default(getdate())</p>
<p>but i am not sure on impact it may carried out on Database.</p>
<p>can you please let me know if there will any impact on database when I add additional columns which are not created by CDC</p>
<p>Regards<br />
Neil</p>
]]></content:encoded>
	</item>
</channel>
</rss>

