<?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: BIReportServer SQL Database purge in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/BIReportServer-SQL-Database-purge/m-p/1941344#M20035</link>
    <description>&lt;P&gt;i want to keep all the reports, but i feel like i could purge&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;is there any harm in this?&lt;/P&gt;</description>
    <pubDate>Tue, 06 Jul 2021 22:59:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-07-06T22:59:02Z</dc:date>
    <item>
      <title>BIReportServer SQL Database purge</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/BIReportServer-SQL-Database-purge/m-p/1939061#M20013</link>
      <description>&lt;P&gt;How can we purge data from the PowerBI SQL database?&lt;/P&gt;&lt;P&gt;i would like to clear out data from our Dev server, it is currently 33GB in size&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 04:55:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/BIReportServer-SQL-Database-purge/m-p/1939061#M20013</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-06T04:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: BIReportServer SQL Database purge</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/BIReportServer-SQL-Database-purge/m-p/1941337#M20033</link>
      <description>&lt;P&gt;It depends on what you mean by purge.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you don't want any of the data the fastest way to clean it all out would be to drop the databases completely and then use the Report Server Configuration Manager to generate new emtpy ones.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to keep some of the data then you would have to delete any reports you don't want from the portal then you could use SQL Server Management Studio (SSMS) to do a shrink operation on the databases to reclaim space.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 22:49:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/BIReportServer-SQL-Database-purge/m-p/1941337#M20033</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2021-07-06T22:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: BIReportServer SQL Database purge</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/BIReportServer-SQL-Database-purge/m-p/1941344#M20035</link>
      <description>&lt;P&gt;i want to keep all the reports, but i feel like i could purge&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;is there any harm in this?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 22:59:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/BIReportServer-SQL-Database-purge/m-p/1941344#M20035</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-06T22:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: BIReportServer SQL Database purge</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/BIReportServer-SQL-Database-purge/m-p/1941354#M20036</link>
      <description>&lt;P&gt;Based on that 1 table if you did a shrink the maxiumum space you could reclaim is the 9Mb of Unused space so it would not really be worth doing&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 23:18:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/BIReportServer-SQL-Database-purge/m-p/1941354#M20036</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2021-07-06T23:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: BIReportServer SQL Database purge</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/BIReportServer-SQL-Database-purge/m-p/1941359#M20037</link>
      <description>&lt;P&gt;yeah, so any issues with purging the data from this table?&lt;BR /&gt;and then free up the space&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 23:24:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/BIReportServer-SQL-Database-purge/m-p/1941359#M20037</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-06T23:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: BIReportServer SQL Database purge</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/BIReportServer-SQL-Database-purge/m-p/1941372#M20038</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;yeah, so any issues with purging the data from this table?&lt;BR /&gt;and then free up the space&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;So if you are talking about truncating the table (eg deleting all the rows) yes there would be an issue.&amp;nbsp; Deleting anything directly from the database is not supported and is highly likely to cause issues. Your entire instance might stop working or all your reports might thow errors. You should only ever delete things from the UI or using the support API methods.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The extended content table stores the content for your pbix based reports and the data models are loaded in and out of RAM dynamically from there.&amp;nbsp; So if you delete anything from there you will almost certainly loose reports from the portal.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are just talking about performing a shrink operation at the database or table level there is not much danger in that although it is probably something you would want to do while the instance is not being actively used to minimize the impact. Although as I already mentioned you would only regain a maximum of 9Mb from shrinking that table.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 00:31:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/BIReportServer-SQL-Database-purge/m-p/1941372#M20038</guid>
      <dc:creator>d_gosbell</dc:creator>
      <dc:date>2021-07-07T00:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: BIReportServer SQL Database purge</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/BIReportServer-SQL-Database-purge/m-p/1941393#M20039</link>
      <description>&lt;P&gt;ok thanks&lt;/P&gt;&lt;P&gt;so what in your opinion is the best method to reduce the size of the database moving forward?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 00:56:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/BIReportServer-SQL-Database-purge/m-p/1941393#M20039</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-07T00:56:09Z</dc:date>
    </item>
  </channel>
</rss>

