[quoted text, click to view] On Feb 13, 6:44 am, Joe Webb <j...@webbtechsolutions.com> wrote:
> Event driven subscriptions will produce a notification
> with each release, which is not what you want. So in case you'll want
> to use scheduled subscriptions so that you can control when they go out.
Yes, I already have setup the scheduled subscriptions.
[quoted text, click to view] > You'll also want to employ a chronicles table to keep track of the "high
> watermark" for the software release. Have the event provider update the
> chronicles table, recording the most recent release of the software
> product.
I have chronicles to keep track of the scheduled subscriptions, its
how to keep the 'high watermark' that is eluding me. Is it save to
update data already contained within the table? I also don't want to
update events that have already been used to generate notifications..
[quoted text, click to view] > The match rule should match only the "high watermark" for reach software
> release with those subscribers who are interested in the information.
Sounds tricky.. I guess the match rule will have to look for the high
water mark from this past week only?
[quoted text, click to view] > At the risk of sounding like I'm shamelessly promoting my book...chapter
> 7 of it does going into detail about how to creatively use chronicles
> tables to minimize uninteresting notifications. If you have it, check
> there. If you don't have the book, keep asking questions here and we'll
> get it worked out.
I think I will pick it up.. I was waiting for you to update it to the
Sql 2005 version.. I'm still trying to get my head around NS and I
wanted to avoid confusing myself with how things were done in the 2.0
version, but it sounds like what I need to do hasn't been affected
much by the changes in 2005.