Yukon "Query Notification": a life saver

My blog has moved.
You can view this post at the following address:
http://www.osherove.com/blog/2004/9/6/yukon-quotquery-notificationquot-a-life-saver.html
Published Monday, September 06, 2004 9:59 PM by RoyOsherove
Filed under:

Comments

Wednesday, September 08, 2004 7:38 AM by Anatoly Lubarsky

# re: Yukon "Query Notification": a life saver

hm, this way you can do it today, but it is not so effective, imho
Sunday, September 12, 2004 6:58 AM by Leon Langleyben

# re: Yukon "Query Notification": a life saver

And the best thing: You don't even need Yukon for it. Cache invalidation future can be configured in SQL Server 7/2000 using aspnet_regsqlcache.exe command line tool.
Wednesday, October 06, 2004 5:14 PM by Jared Evans

# re: Yukon "Query Notification": a life saver

Hi,

2 quick questions:

If I used WinForm rather than ASP.NET then the application in question would be getting a live notification from Yukon and I could handle it right there on the spot? For my application, I would require very timely response to any changes in the database.

Also, If the user of the application is only watching certain rows in a table of a database, such as those rows matching his/her userID, would that user only get an notification if only those certain rows got updated?

Jared