Hello,
Can anyone tell me if this is this the best way to remove all subscriptions from SSRS?
DELETE FROM ReportSchedule
GO
DELETE FROM Subscriptions
GO
DELETE FROM Schedule
GO
Or this method is not supported by Microsoft? Is there a better way like using the Web Services or so?
Thank you
Regards
Luis Simões