Reputation: 2471
I have a simple C# program that checks the database for updates every minute via a timed loop. It works fine, but I think its not efficient. Is there a better way to do this?
Thank
Upvotes: 1
Views: 387
Reputation: 53446
Have you looked at SqlDependency?
Upvotes: 2