Greetings All,
I am trying to play around with reminders as a criteria in some custom SSRS reporting I am working on. Does anyone know which System Table(s) store information from Reminders? I can't seem to find it anywhere.
Thanks!
Hi Joshua -
The table you're looking for is TX_SOL_TASK or the secure view VXS_SOL_TASK. These are not System Tables visible in the application but you can query them in SSMS.
Thanks,
Patrick
Amazing! Thank you Patrick!