﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / SQL Server 2008 - General  / Backing up SSAS Database; Insufficient space / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sun, 19 May 2013 22:59:47 GMT</lastBuildDate><ttl>20</ttl><item><title>Backing up SSAS Database; Insufficient space</title><link>http://www.sqlservercentral.com/Forums/Topic1381951-391-1.aspx</link><description>Does anyone know if SQL Server takes into account the size of the backup file it is overwriting in the case of backing up an SSAS database?Scenario:SSAS Version: 10.50.2811Existing backup: SSASDatabase.abf 65.2GBFree Space on Drive: 99GBXML: [code="xml"]&amp;lt;Backup xmlns="http://schemas.microsoft.com/analysisservices/2003/engine"&amp;gt;  &amp;lt;Object&amp;gt;    &amp;lt;DatabaseID&amp;gt;SSASDatabase&amp;lt;/DatabaseID&amp;gt;  &amp;lt;/Object&amp;gt;  &amp;lt;File&amp;gt;\\Share\Folder\SSASDatabase.abf&amp;lt;/File&amp;gt;  &amp;lt;AllowOverwrite&amp;gt;true&amp;lt;/AllowOverwrite&amp;gt;&amp;lt;/Backup&amp;gt;[/code]This fails with an insufficient space error.  To make the job run successfully, I delete the existing backup and run the job from this step. The initial file size before compression now is 117GB! More than double the final result of 65.2GB. Question 1: Is the XML correct for this? (a developer wrote this and I am not too familiar with doing these backups)Question 2: Does it not take into account the space of the file being overwritten as free space? This seems probable, given the error.  However, I would like to know if this can be verified.  (I've googled, but my google foo on this is lacking)Any help would be appreciated!</description><pubDate>Wed, 07 Nov 2012 06:36:43 GMT</pubDate><dc:creator>SQLKnowItAll</dc:creator></item></channel></rss>