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,我希望每当执行清理作业时,它只会从比当前日期大一个月的 cdc 表中删除数据。这可能吗 ?
exec sp_cdc_change_job @job_type='cleanup', @retention=43200 -- minutes