Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/visual-studio-code/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 如何利用StreamInsight监视表中的任何更改_C#_Streaminsight - Fatal编程技术网

C# 如何利用StreamInsight监视表中的任何更改

C# 如何利用StreamInsight监视表中的任何更改,c#,streaminsight,C#,Streaminsight,我最近开始学习CEP。我计划在我的项目中实施这些StreamInsigh CEP 我的申请如下: 我需要编写一个应用程序来监视表中新插入的行。需要对这些新行执行操作 我们可以在不使用Sql依赖关系的情况下实现这一点。 或者我可以使用SqlDependecy+CEP 请向我推荐最合适的解决方案,我没有StreamInsight解决方案,但假设您可以在SQL中执行这些操作,插入的触发器是否不能解决您的问题

我最近开始学习CEP。我计划在我的项目中实施这些StreamInsigh CEP

我的申请如下: 我需要编写一个应用程序来监视表中新插入的行。需要对这些新行执行操作

我们可以在不使用Sql依赖关系的情况下实现这一点。 或者我可以使用SqlDependecy+CEP


请向我推荐最合适的解决方案,我没有StreamInsight解决方案,但假设您可以在SQL中执行这些操作,插入的触发器是否不能解决您的问题