1. Answered by CoreyB.
2. Check out the following elements of the ADF.
3. I typically do since I use the email address (device address) as a
4. According to BOL:
Notification Services system. When the Enabled status is true, the
notifications. When the Enabled status is false, the subscriber is
I support PASS, the Professional Association for SQL Server.
On 27 Mar 2006 13:49:35 -0800, "CoreyB" <unc27932@yahoo.com> wrote:
>Back to the top here - for anyone who has some answers to these
>questions. I found the answer to #1. When you update an application,
>if you make a change to the subscriptionclasses those tables are
>recreated, and the old data is stored in: NS<subscriptionclass>Old (
>
http://msdn2.microsoft.com/en-US/library/ms171329(SQL.90).aspx ).
>
>Does anyone have the answers to the other questions?
>
>
>unc27932@yahoo.com wrote:
>> One more question.....
>>
>> If a subscriber is disabled (select enabled from nssubscriberview = 0)
>> but their subscriptions are Enabled (select enabled from
>> NS<subscriptionclass>View = 'Enabled'), what happens? They get no
>> emails? I'm trying to figure out if I disable a subscriber do I need
>> to also go disable all their subscriptions as well manually, or does NS
>> just skip over any subscribers that are disabled and pay no attention
>> to their subscriptions?
>>
>>
>> unc27932@yahoo.com wrote:
>> > 1. When you update an instance and tables get new columns, etc. - say
>> > for example you update a subscription class. Is any data lost? Are
>> > tables dropped & readded? I had a situation where I updated my
>> > instance, and some new tables were created called
>> > NS<subscriptionclass>Old. Then they weren't purged during the update.
>> > Then when I updated the instance again, the update failed b/c it was
>> > trying to create these "Old" tables again but they were never dropped
>> > on the first update.
>> >
>> > 2. Vacuuming - anyone want to give a brief 101 on this? How long
>> > event data stays present, how long till it's purged? I'm assuming it's
>> > a setting you can adjust in the ADF, but haven't looked yet.
>> >
>> > 3. Should I check the DeviceAddress column in the NSSubscriberDevice
>> > view, via my subscription management, to see if an email address
>> > already exists before I add it again? I'm trying to plan for if
>> > someone registers under accountname1/emailaddress1, and then they come