sql server CDC报错:超出存储过程、函数、触发器的最大嵌套层数(最大层为32)

 

 sys.sp_MScdc_capture_job 
 RAISERROR(22801, 10, -1) 
 
 
--原本
go
sys.sp_MScdc_capture_job;
go 

--修改后
go 
sys.sp_cdc_scan @maxtrans=30,@maxscans =10,@continuous=1,@pollinginterval =1
go

 

  

  

 

 

posted @ 2019-06-27 14:49  郭大侠1  阅读(1760)  评论(0编辑  收藏  举报