|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Backups doubling and halfing in sizewhats 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 Show quote "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 (cc900***@ntu.ac.uk) writes:
> This is probably something really obvious, but can someone tell me How do you perform these backups? The BACKUP command in SQL Server?> 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: Something else? > The database is at 18Mb now & has approx 5% of the annual transaction 18 MB is a very small database indeed.> 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 ? -- Erland Sommarskog, SQL Server MVP, esq***@sommarskog.se Books Online for SQL Server SP3 at http://www.microsoft.com/sql/techinfo/productdoc/2000/books.asp |
|||||||||||||||||||||||