Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Services / Reporting Services / April 2006

Tip: Looking for answers? Try searching our database.

Trigger an email subscription

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Maxwell2006 - 27 Apr 2006 17:19 GMT
Hi,

Can I trigger an email subscription by using command lines or url command?

Thanks,

Max
Wei Lu - 28 Apr 2006 04:02 GMT
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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.