﻿<?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 Administration  / Fill Factor and Backup Compression / 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 19:22:44 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Fill Factor and Backup Compression</title><link>http://www.sqlservercentral.com/Forums/Topic1398210-1550-1.aspx</link><description>[quote][b]shindle 17293 (12/19/2012)[/b][hr]How does the Index Fill Factor influence the size of a compressed backup? Is the fill factor space that is empty ignored during a compressed backup?[/quote]Yes,I do believe it's ignored.SQL backup algorithm backups data only. Any empty space or page is or will be ignored. That's part of the reason why backups are smaller, even without compression. They also start moving pages without specific order so the initial backup can take less time to finish.The question would be, do you really need a different FILL FACTOR for you Index? So think in terms of performance. For instance... if you have a big table with a Cluster Index on it and its column is being updated or inserted frequently, you may start changing or using a different FILL FACTOR, as the new inserted data won't cause as many page splits or fragmentation if you use the default one; you may even consider to use a different column as CI, but that requires further analysis and may or may not be suitable for your table or environment.</description><pubDate>Wed, 19 Dec 2012 08:45:34 GMT</pubDate><dc:creator>sql-lover</dc:creator></item><item><title>Fill Factor and Backup Compression</title><link>http://www.sqlservercentral.com/Forums/Topic1398210-1550-1.aspx</link><description>How does the Index Fill Factor influence the size of a compressed backup? Is the fill factor space that is empty ignored during a compressed backup?</description><pubDate>Wed, 19 Dec 2012 00:13:13 GMT</pubDate><dc:creator>shindle 17293</dc:creator></item></channel></rss>