sandeep
sandeep

Reputation: 2882

How make use of StreamInsight to watch Table for any changes

I have started learning CEP recently. I'm planning to implement these StreamInsigh CEP in my project

My application is like this: I need to write an application to watch Table for newly inserted rows.Need to do operations on these new rows.

Can we acheive this without using Sql Dependency. or Can i use SqlDependecy+CEP.

Please suggest me with best suited soltion

Upvotes: 0

Views: 255

Answers (1)

padotj
padotj

Reputation: 81

I don't have a StreamInsight solution for you, but assuming that you can perform these operations in SQL, would a trigger on inserted not solve your problem?

Upvotes: 1

Related Questions