A few months ago a customer moved from SQL 2000 to SQL 2005. The db was
backed up on SQL 2000 and restored to SQL 2005. The application using this
data works on SQL 2005 but takes no advantage of new features. The db on
SQL 2000 was about 2.9GB, now on SQL 2005, it is 16.5GB. The db is set to
Simple recovery so trx log is only 2mb. The mdf file is 16.5GB, Management
Studio shows only 5mb free space. There has not been a huge increase in
transactions.
One of the largest tables has only added 2,000 rows since the move to SQL
2005. Yet the data and index size has jumped from about 400mb to 3.5 GB. I
used the 'BigTables.sql' script found at various SQL sites:
Any ideas why such a large increase?
Thanks
backed up on SQL 2000 and restored to SQL 2005. The application using this
data works on SQL 2005 but takes no advantage of new features. The db on
SQL 2000 was about 2.9GB, now on SQL 2005, it is 16.5GB. The db is set to
Simple recovery so trx log is only 2mb. The mdf file is 16.5GB, Management
Studio shows only 5mb free space. There has not been a huge increase in
transactions.
One of the largest tables has only added 2,000 rows since the move to SQL
2005. Yet the data and index size has jumped from about 400mb to 3.5 GB. I
used the 'BigTables.sql' script found at various SQL sites:
Any ideas why such a large increase?
Thanks
Comment