views:

41

answers:

2

Hello,

I have 3 instance of database named X. Each of them is on the other server. Now... Let's look on the some table named Orders.

  • In X_1 and X_2 size of this table is about 500MB with 1 000 000 records.
  • In X_3 size of this table is about 1,5 GB with 1 000 000 records.

Why? What is wrong. I have made shrink on each database.

I'm confused :-)!

A: 

are there any configuration differences in the data bases? If not there, then check for differences in file systems (such as block size, device architecture, etc).

What configuration should I check?
Karol Bladek
A: 

look and see if what recovery mode each database is in (right-click database, properties, options). i'm betting that the third database is in full recovery mode and the other two are in simple.

DForck42
All of them works with Full recovery mode.
Karol Bladek
hmm... ok. if you compared the files, is the database file larger, or the log file, or both?
DForck42