sql c# check for database updates without while/for loops?
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
Have you looked at SqlDependency?
精彩评论