Forum Discussion
RichUchytilWork
Aug 30, 2023Copper Contributor
What is happening under the covers in SSRS when you delete a history snapshot?
In SSRS, when you delete a history snapshot, what is really happening on the server? Is it running the stored procedure DeleteHistoryRecord? If so, is it doing anything else? We're looking...
- Aug 31, 2023
We thought the easiest way to do it would be to do the same thing that happens when you delete a history snapshot through the web interface.
RichUchytilWork , then do that: Calling the SSRS web API, see
Develop using REST APIs - SQL Server Reporting Services (SSRS) | Microsoft Learn
olafhelper
Aug 31, 2023Bronze Contributor
We thought the easiest way to do it would be to do the same thing that happens when you delete a history snapshot through the web interface.
RichUchytilWork , then do that: Calling the SSRS web API, see
Develop using REST APIs - SQL Server Reporting Services (SSRS) | Microsoft Learn