On my Report Server database all my users' Report Subscriptions are saved as SQL Agent Jobs, as is normal.
If I connect to the Report Server DB and list out the SQL Agent jobs I see a huge list of jobs named as random strings of characters, eg:
000D5787-8802-4CB1-9784-8897C596003F
By a process of trial and error, I have figured out that particular Agent job relates to my "Daily Sales" report, and I'm able to view the Job History, add SQL commands to the code that the Subscription runs, etc.
However, I have hundreds of user reports. I need to be able to tie back the name of the report to the name of the SQL Agent job somehow. Either by getting Report Server to name its subscription jobs more helpfully, or by having some kind of lookup table that I can refer to when I'm scrolling down the list of Jobs.
Any ideas? I've tried looking in the "Subscriptions" table of ReportServer, it does have some ID numbers which look similar, but none of them match the Job names.