Our databases have grown alot in the last year and there is no more room to add cards, so we need a new controller card (this is what I am told). Apparently this costs alot of money, which is why I think it is being delayed.
Currently we only have enough space to keep 3 days of backups. This is unacceptable as far as I am concerned as well as company policy (5 days is required) but nobody seems to be making it a priority.
We run daily database backups (kept 5 days) and hourly transaction logs (kept 3 days). We run weekly update stats and weekly data integrity check. These are our four maintenance plans.
One of my ideas was to move some 10 or so old databases that are no longer used to CD. But my concern about this is, when we upgrade to the new Accounting system (Great Plains) then we need to find a way to upgrade these old db's in case we need to access them, and I'm not 100% sure how to do this without paying hundreds of dollars for advice from our vendor. This is why I think we need to upgrade the server, because the db's we have are only getting larger and larger anyways.
Are there any utilities or SQL statements I can run in the meantime to free up some space? I ran dbcc shrinkdatabase on one of the old db's as a test. It decreased the db file from 220 to 166, but the log file increased from 78 to 122 MB.
Any other suggestions are appreciated.
Currently we only have enough space to keep 3 days of backups. This is unacceptable as far as I am concerned as well as company policy (5 days is required) but nobody seems to be making it a priority.
We run daily database backups (kept 5 days) and hourly transaction logs (kept 3 days). We run weekly update stats and weekly data integrity check. These are our four maintenance plans.
One of my ideas was to move some 10 or so old databases that are no longer used to CD. But my concern about this is, when we upgrade to the new Accounting system (Great Plains) then we need to find a way to upgrade these old db's in case we need to access them, and I'm not 100% sure how to do this without paying hundreds of dollars for advice from our vendor. This is why I think we need to upgrade the server, because the db's we have are only getting larger and larger anyways.
Are there any utilities or SQL statements I can run in the meantime to free up some space? I ran dbcc shrinkdatabase on one of the old db's as a test. It decreased the db file from 220 to 166, but the log file increased from 78 to 122 MB.
Any other suggestions are appreciated.