Click here to Skip to main content
15,902,114 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my application, i need to check an sql table field for further processing.
Currently am continuously polling the database in a while loop with a delay of 3 sec to check, if the field is set or not??

Is there any other alternative solution, rather than making the database busy by continuous polling.

Am looking for a asynchronous notification or message, which will be sent to our application when ever the particular field is set or modified.
Posted
Comments
dan!sh 3-Mar-14 5:27am    
Which SQL version are you using?
Sarin VT 3-Mar-14 5:29am    
Microsoft SQL Server 2008

1 solution

Take a look at this[^] article. Should be a good start.
 
Share this answer
 

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