Dano
Dano

Reputation: 667

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?

Upvotes: 5

Views: 3873

Answers (1)

Scot Heed
Scot Heed

Reputation: 71

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

Upvotes: 1

Related Questions