Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Reply
Anonymous
Not applicable

dbo.SubscriptionsHistory table depuration

Hi! 

 

We were looking for metadata information in the ReportServer database to obtain the history, length and status of schedule refresh processes. We discovered the "dbo.SubscriptionsHistory" table. However, there's a weird behavior: in DEV server, the table contains the entire history since installing; in PROD server, the table only contains the last 10 days. 

 

Is there any configuration that we can move (either at instance or database level) to let the table keep more history days? 

 

Regards!  

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Looking at the code in the ReportServer DB I can see there's a stored procedure called

 

[dbo].[AddSubscriptionHistoryEntry]

This seems to add entries but then also deletes all entries except the last ten (the ten is hard coded)

 

Looking at the data on my servers this seems to be what is happening. So I don't understand how you're seeing more than ten entires on your dev systems.

 

I'm guessing you could amend the stored proc! Smiley Surprised

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

I think this is controlled via an amdin setting about general execution history retention

 

Conection to your SSRS Server usings SSMS. I have to use the URL to my server http://ServerName/ReportServerURLPath/ fo this connection and you obviosuly need to be an admin.

ssrs_pbi_admin.png

 

 

 

 

 

 

 

 

 

 

Right click and sleect propeties, then I think it's this page

 

ssrs_pbi_admin_logging.png

Anonymous
Not applicable

Hi! Thank you so much for the answer. 

 

I don't have admin access to the production server, but checking the develompent one, that configuration has a 60 days expiration period, but in the table we have information since late 2018. 

 

Is there any other place where this can be configured? 

 

Regards, 

Anonymous
Not applicable

Looking at the code in the ReportServer DB I can see there's a stored procedure called

 

[dbo].[AddSubscriptionHistoryEntry]

This seems to add entries but then also deletes all entries except the last ten (the ten is hard coded)

 

Looking at the data on my servers this seems to be what is happening. So I don't understand how you're seeing more than ten entires on your dev systems.

 

I'm guessing you could amend the stored proc! Smiley Surprised

Anonymous
Not applicable

Thank you for your answer! 

I'll check the stored procedure in dev. However, I doubt the IT team will let us modify a system stored procedure :(. 

 

Regards!

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.