I have a very simple report in SSRS that is just a table with three columns, an object name, client account, and expiration date.
In my report, I include a filter by UserID to limit the data to just the logged in user's client accounts.
I store the user's client accounts in a simple table with domain\alias | client account
fields which is populated from a SSIS package.
When an new alias | client account
association is entered, I would also like to set up a subscription to the report for this alias
so they are notified when it is updated.
Is this possible?