RE: INCREMENT IN DATAFILE SIZE
- From: "Donna Lambert" <DonnaLambert@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 26 Apr 2005 06:49:05 -0700
There could be any number of reasons for the difference in size. Are there
objects on the publisher that aren't being replicated to the subscriber, and
vice versa?
Do you have different indexes on the remote server, versus the one that is
1.50 gb? Is the fill factor different? Have you confirmed all the data is
in sync on the tables that are actually being replicated? Are you doing
filtering on the subscriptions? Are there triggers on the subscriber that
don't exist on the publisher?
Have you run dbcc checkdb on your db's? If not, give it a shot and make
sure we don't have any corruption.
Run a count (*) on the same table on the publisher and the subscriber. Do
they return the same number of rows? Or at least close to the same number of
rows including what might currently be in the process of replicating.
I was surfing and found a utility called SQLDiff from ApexSQL.com. I have
NO affiliation with them, and I haven't ever used their product, but they
have a trial version. It compares two databases completely. Might be
something to look into. Like I said...no affiliation!
You are going to have to do some detective work! :-)
Donna
"SouRa" wrote:
> Hi,
>
> I am dealing with 15 databases, all are merge replicated with remote
> server(publisher).
> Daily, the Datafile size is noted. For a particular database, from
> 04/01/2005 to 04/22/2005 the datafile size 1.37 GB. But on 04/23/2005 it is
> increased to 1.50 GB
>
> The DB property : Automatically grow file
> By percent : 10
> But in remote server it is same as 1.24 GB
>
> What are all the reason for this(growth of datafile size)?
> Is there implication due to this?
>
> Thanks,
> Soura
>
>
>
>
.
- Follow-Ups:
- RE: INCREMENT IN DATAFILE SIZE
- From: SouRa
- RE: INCREMENT IN DATAFILE SIZE
- References:
- INCREMENT IN DATAFILE SIZE
- From: SouRa
- INCREMENT IN DATAFILE SIZE
- Prev by Date: RE: merge agent
- Next by Date: RE: How to get publisher name , publication name and publish database?
- Previous by thread: INCREMENT IN DATAFILE SIZE
- Next by thread: RE: INCREMENT IN DATAFILE SIZE
- Index(es):
Relevant Pages
|