Hi Max,
Thank you for using MSDN Managed Newsgroup Support.
When you create a email subscription, you will create a job in the Report
Server database. You may use the following SQL statement:
USE msdb ;
GO
EXEC dbo.sp_start_job N'Job Name' ;
GO
Please note, each job name for the email subscription will be a GUID. So
you will need to find which job is for your email subscription.
Hope this will be helpful.
Sincerely,
Wei Lu
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

Signature
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: "Maxwell2006" <alanalan@newsgroup.nospam>
>Subject: Trigger an email subscription
[quoted text clipped - 19 lines]
>
>Max