roccorocks
Programmer
I have several tables that have excessive amounts of free space within the pages. I ran the DBCC SHOWCONTIG and on table that has a mear 65,000 records is about 300 MB. Shows about 8KB free per page (35,000 pages). This is on about a 40 column field (has mostely Varchar(50), and no I did not create this table).
The database does a rebuild and reorganize of the indexes once a week. The default fill factor on the DB is 0 (under DB properties) and for the maintenance plan the amount of free space to allocate after the "R&R" is using the default as well (which is suppose to be a minimal amount per page).
This is for SQL Server 2005, it is not on service pack 2.
I have ready a couple articles that have explained a known issue with giving an amount of free space within an "R&R" maintenance plan. Will service pack 2 fix this?
Tim
The database does a rebuild and reorganize of the indexes once a week. The default fill factor on the DB is 0 (under DB properties) and for the maintenance plan the amount of free space to allocate after the "R&R" is using the default as well (which is suppose to be a minimal amount per page).
This is for SQL Server 2005, it is not on service pack 2.
I have ready a couple articles that have explained a known issue with giving an amount of free space within an "R&R" maintenance plan. Will service pack 2 fix this?
Tim