Click here to Skip to main content
15,887,875 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I created windows service using C#
I want to do some process depending the table values
So i used sql notification to do the process.
With reference of this link
http://msdn.microsoft.com/en-us/library/a52dhwx7%28v=vs.80%29.aspx

If we didn't use the service long time it will go to hybernate or sleep mode
So service wont get the sqlnotification
When i restart the service it is working fine..
How to Resolve this Problem
Posted
Comments
Nelek 3-Oct-13 19:14pm    
Can't you trigger any "dummy" action up and a while?
Sampath Lokuge 4-Oct-13 10:41am    
Check this link also:
http://stackoverflow.com/questions/877273/change-notification-with-sql-server-2008

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