Hello SQL Server experts -
My new year is going to start out the wrong way if I can't
find out what is taking up so much space in my SQL Server 7
user database.
My frigdare database is on Server1 and is replicated to
Server2.... so it has always been approx. the same size on both servers until now.
In Enterprise Managager:
For Server1, database properties show that
frigdare.mdf has 412 MB allocated and 124 MB free
frigdare.ldf (transaction log) is using 9MB
For Server2, database properties show that
frigdare.mdf has 1379 MB allocated and 86 MB free
frigdare.ldf (transaction log) is using 7MB
**********************************************
So, on Server2, frigdare.mdf is approx. 1.34 GB
which is about 900 MB more than it should be.
**********************************************
Backups (the .BAK files) are written to another drive so they are not part of the user db.
The Tables and Indexes are approx. the same size
on both servers. Row counts match.
Sometimes, it is the Transaction log that is eating up space but that is not so in this case.
The frigdare Properties just don't indicate where the problem is, but there is big hole somewhere and I need to find it soon.
Again, SQL Server 7, using replication.
I really appreciate any tips you can give me as to where to look for the problem.
Thanks, John
My new year is going to start out the wrong way if I can't
find out what is taking up so much space in my SQL Server 7
user database.
My frigdare database is on Server1 and is replicated to
Server2.... so it has always been approx. the same size on both servers until now.
In Enterprise Managager:
For Server1, database properties show that
frigdare.mdf has 412 MB allocated and 124 MB free
frigdare.ldf (transaction log) is using 9MB
For Server2, database properties show that
frigdare.mdf has 1379 MB allocated and 86 MB free
frigdare.ldf (transaction log) is using 7MB
**********************************************
So, on Server2, frigdare.mdf is approx. 1.34 GB
which is about 900 MB more than it should be.
**********************************************
Backups (the .BAK files) are written to another drive so they are not part of the user db.
The Tables and Indexes are approx. the same size
on both servers. Row counts match.
Sometimes, it is the Transaction log that is eating up space but that is not so in this case.
The frigdare Properties just don't indicate where the problem is, but there is big hole somewhere and I need to find it soon.
Again, SQL Server 7, using replication.
I really appreciate any tips you can give me as to where to look for the problem.
Thanks, John