Wednesday, March 7, 2012

Backups doubling and halfing in size

This is probably something really obvious, but can someone tell me
whats going on.
I do daily full backups of a database to zip and looking at the sizes,
they are growing at the normal rate but every other day halfing:
day 1 4Mb
day 2 7Mb
day 3 4Mb
day 4 9Mb
day 5 5Mb
day 6 11Mb
etc
Is this normal ?
The database is at 18Mb now & has approx 5% of the annual transaction
volume - 2000 of 100,000pa in invoices and 10,000 of 500,000 in invoice
lines.
I plan to keep 3ys of data in these tables, removing the oldest
transactions to an archive database of the same structure on a
different IP. Does this sound reasonable, can I predict performance of
the app with 3ys data ? Is this a small database for SQL2K ?
Thanks.Hi
You may have some additional task that shrinks/reorganizes the data/log
files on these days.
John
"hals_left" wrote:

> This is probably something really obvious, but can someone tell me
> whats going on.
> I do daily full backups of a database to zip and looking at the sizes,
> they are growing at the normal rate but every other day halfing:
> day 1 4Mb
> day 2 7Mb
> day 3 4Mb
> day 4 9Mb
> day 5 5Mb
> day 6 11Mb
> etc
> Is this normal ?
> The database is at 18Mb now & has approx 5% of the annual transaction
> volume - 2000 of 100,000pa in invoices and 10,000 of 500,000 in invoice
> lines.
> I plan to keep 3ys of data in these tables, removing the oldest
> transactions to an archive database of the same structure on a
> different IP. Does this sound reasonable, can I predict performance of
> the app with 3ys data ? Is this a small database for SQL2K ?
> Thanks.
>|||hals_left (cc900630@.ntu.ac.uk) writes:
> This is probably something really obvious, but can someone tell me
> whats going on.
> I do daily full backups of a database to zip and looking at the sizes,
> they are growing at the normal rate but every other day halfing:
How do you perform these backups? The BACKUP command in SQL Server?
Something else?

> The database is at 18Mb now & has approx 5% of the annual transaction
> volume - 2000 of 100,000pa in invoices and 10,000 of 500,000 in invoice
> lines.
> I plan to keep 3ys of data in these tables, removing the oldest
> transactions to an archive database of the same structure on a
> different IP. Does this sound reasonable, can I predict performance of
> the app with 3ys data ? Is this a small database for SQL2K ?
18 MB is a very small database indeed.
Erland Sommarskog, SQL Server MVP, esquel@.sommarskog.se
Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techin.../2000/books.asp

No comments:

Post a Comment