开发者

SSRS web services fire a data subscriptions

Is there any way开发者_开发百科 to fire off a data subscription from using the SSRS web services?


Unfortunately the SSRS web services do not support running data subscriptions. If you want to run subscriptions through a web service call, you could expose a web service on a server that runs a sp_start_job command to the SQL Server Agent job for the associated schedule. Sounds dangerous to me, but it is feasible.


Sure looks like it's possible:

http://geekswithblogs.net/shervin/archive/2007/06/20/113351.aspx

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜