<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: dbo.SubscriptionsHistory table depuration in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/dbo-SubscriptionsHistory-table-depuration/m-p/746785#M11054</link>
    <description>&lt;P&gt;Thank you for your answer!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll check the stored procedure in dev. However, I doubt the IT team will let us modify a system stored procedure :(.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jul 2019 13:52:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-07-23T13:52:09Z</dc:date>
    <item>
      <title>dbo.SubscriptionsHistory table depuration</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/dbo-SubscriptionsHistory-table-depuration/m-p/742639#M11010</link>
      <description>&lt;P&gt;Hi!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any configuration that we can move (either at instance or database level) to let the table keep more history days?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards!&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 21:48:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/dbo-SubscriptionsHistory-table-depuration/m-p/742639#M11010</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-17T21:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: dbo.SubscriptionsHistory table depuration</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/dbo-SubscriptionsHistory-table-depuration/m-p/743391#M11014</link>
      <description>&lt;P&gt;I think this is controlled via an amdin setting about general execution history retention&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Right click and sleect propeties, then I think it's this page&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 12:31:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/dbo-SubscriptionsHistory-table-depuration/m-p/743391#M11014</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-18T12:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: dbo.SubscriptionsHistory table depuration</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/dbo-SubscriptionsHistory-table-depuration/m-p/743804#M11017</link>
      <description>&lt;P&gt;Hi! Thank you so much for the answer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any other place where this can be configured?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 20:44:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/dbo-SubscriptionsHistory-table-depuration/m-p/743804#M11017</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-18T20:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: dbo.SubscriptionsHistory table depuration</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/dbo-SubscriptionsHistory-table-depuration/m-p/744581#M11024</link>
      <description>&lt;P&gt;Looking at the code in the ReportServer DB I can see there's a stored procedure called&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[dbo].[AddSubscriptionHistoryEntry]&lt;/PRE&gt;&lt;P&gt;This seems to add entries but then also deletes all entries except the last ten (the ten is hard coded)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm guessing you could amend the stored proc!&amp;nbsp;:smileysurprised:&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2019 14:42:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/dbo-SubscriptionsHistory-table-depuration/m-p/744581#M11024</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-19T14:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: dbo.SubscriptionsHistory table depuration</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/dbo-SubscriptionsHistory-table-depuration/m-p/746785#M11054</link>
      <description>&lt;P&gt;Thank you for your answer!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll check the stored procedure in dev. However, I doubt the IT team will let us modify a system stored procedure :(.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 13:52:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/dbo-SubscriptionsHistory-table-depuration/m-p/746785#M11054</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-23T13:52:09Z</dc:date>
    </item>
  </channel>
</rss>

