I am having an issue in determining the correct size of a table.I have a tableA in some DB on transaction server (Enterprise Edition), this table is being replicated in reporting server DB (Standard edition).when i check the space used by this table in both the databases i see noticeable difference.I am using EXEC sp_spaceused 'tableA' to determine the space. Transaction Server------------------------------------------------------------------------------name rows reserved data index_size unusedTableA 1439999 695416 KB 507048 KB 182912 KB 5456 KBReporting Server-------------------------------------------------------------------------------name rows reserved data index_size unusedTableA 1439999 656904 KB 483664 KB 172680 KB 560 KB so i wanted to know what could be the possible reasons for this difference ?Thank you in advanceAshok
↧