Click here to Skip to main content
15,886,795 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi,
I have a live application logging some values from a device @ the rate of one insertion per second.

Now my problem is i want to get notified in my UI when value inserted in table goes out of a range...

I don't Know how to implement this...
Please help with which technique to use... is it trigger or CLR trigger or any other way....??
Posted
Comments
Kiran Susarla 4-Feb-13 5:14am    
You can try using CLR Triggers.
Kaushikhalvadiya 4-Feb-13 7:59am    
User SQL trigger to fire an event..

1 solution

Better to use SQL trigger I guess. You can also think about run a sql job, but probably it will be worse.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900