本文介绍了CDC无法开展工作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在CDC表上创建了一个触发器,该触发器应该启动一个SQL代理作业。 但是,作业永远不会启动(我在SQL事件探查器中看到多次启动尝试,在作业历史记录中没有记录)。 直接从SSIS发出一个  sp_start_job命令
- 它完成没有任何问题。 以下是Profiler中的两个执行情况(分别打开下面的图像):

I've created a trigger on a CDC table that is supposed to start a SQL Agent job.  However, the job never starts (I see multiple start attempts in SQL Profiler, no records in job history).  When firing an sp_start_job command from SSIS directly - it completes with no trouble.  Here's what both executions look like in the Profiler (open the below image separately):

这是什么原因? 非常感谢提前。  SQL 2012 Enterprise。

What is the reason for that?  Many thanks in advance.  SQL 2012 Enterprise.

推荐答案


这篇关于CDC无法开展工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 17:40
查看更多