dbTalk Databases Forums  

Replicating database btw two sites why aren't the tables identical in size?

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss Replicating database btw two sites why aren't the tables identical in size? in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
war_wheelan@yahoo.com
 
Posts: n/a

Default Replicating database btw two sites why aren't the tables identical in size? - 04-30-2007 , 09:43 AM






I am replicating an 80GB database between NY can CT and would like to
know why table sizes are different between the two.

Here is an example of sp_spaceused::
NY IOI_2007_04_23 rows(279,664) reserved(464,832)
data(439,960) index_size(24,624)
CT IOI_2007_04_23 rows(279,666) reserved(542,232)
data(493,232) index_size(48,784)

Thanks,


Reply With Quote
  #2  
Old   
MC
 
Posts: n/a

Default Re: Replicating database btw two sites why aren't the tables identical in size? - 04-30-2007 , 02:11 PM






I would assume that index is fragmented and the record count is not the same
as far as I can see....


MC

<war_wheelan (AT) yahoo (DOT) com> wrote

Quote:
I am replicating an 80GB database between NY can CT and would like to
know why table sizes are different between the two.

Here is an example of sp_spaceused::
NY IOI_2007_04_23 rows(279,664) reserved(464,832)
data(439,960) index_size(24,624)
CT IOI_2007_04_23 rows(279,666) reserved(542,232)
data(493,232) index_size(48,784)

Thanks,




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.