We have 2 SQL servers which replicate data from an IBM AS400, these SQL servers are then used in round robin for reporting and automation rather than putting load on the IBM box.
They were both Win 2008R2 with SQL 2008 R2 Enterprise however we have taken on a program of upgrading to newer Standard SQL (for licencing reasons).
So after switching off the round robin we started upgrading one of the boxes, we did the following:
*Backed up the SQL databases
*Uninstalled SQL 08 Enterprise
*Installed SQL 12 Standard
*Restored SQL databases
All worked as expected. However the requirement for some of the reporting services options within SQL 16 then came up, so we:
*Upgraded Windows to 2012R2 to support SQL 16
*In place upgrade to SQL16 Standard
Now again this was all running as expected. However the primary database has grown massively. Comparing the 2 SQL boxes which should have the same data, the 2016 box MDF file is double the size (and consequently maxed the disk space).
I'm not sure what's going on, I've cleared a few Gb from the drive and tried the DBCC Shrink commands and it hasn't touched the size.
Confused!
They were both Win 2008R2 with SQL 2008 R2 Enterprise however we have taken on a program of upgrading to newer Standard SQL (for licencing reasons).
So after switching off the round robin we started upgrading one of the boxes, we did the following:
*Backed up the SQL databases
*Uninstalled SQL 08 Enterprise
*Installed SQL 12 Standard
*Restored SQL databases
All worked as expected. However the requirement for some of the reporting services options within SQL 16 then came up, so we:
*Upgraded Windows to 2012R2 to support SQL 16
*In place upgrade to SQL16 Standard
Now again this was all running as expected. However the primary database has grown massively. Comparing the 2 SQL boxes which should have the same data, the 2016 box MDF file is double the size (and consequently maxed the disk space).
I'm not sure what's going on, I've cleared a few Gb from the drive and tried the DBCC Shrink commands and it hasn't touched the size.
Confused!