Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SQL 2008 で CDC を使用しています。クリーンアップ ジョブが実行されるたびに、現在の日付より 1 か月古いデータのみが cdc テーブルから削除されるようにしたいと考えています。これは可能ですか?
exec sp_cdc_change_job @job_type='cleanup', @retention=43200 -- minutes