Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Transact-SQL (2008)
 Change data capture

Author  Topic 

sqlfresher2k7
Aged Yak Warrior

623 Posts

Posted - 2012-10-31 : 14:44:12
How to track the change data capture 2008 job retention peroid has been set.

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2012-11-01 : 09:45:59
select retention from dbo.cdc_jobs where database_id = DB_ID('your database name')

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -