Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any way to export/import sql server reporting services subscriptions?

I have not been able to find a way to export/import subscriptions either in the Report Manager or by SQl Server Management Studio.

Anybody know if this is possible?

like image 978
Dano Avatar asked Nov 14 '22 16:11

Dano


1 Answers

You can write your own stuff using the SSRS web services. The biggest agro with that depends on your security model (double hops, windows Auth, server farms etc).

OR

you could try this app if you are just moving stuff around:

http://www.sqldbatips.com/showarticle.asp?ID=62

like image 118
Scrot Heed Avatar answered Dec 09 '22 23:12

Scrot Heed