Also, check what size you have set your data and log files to grow by. You may have them growing by huge amounts. So lets say you set the log file at 1000 MB, but the autogrow is set at 20000 MB, that means everytime the log file has to grow it will grow 20 GB even if you don't need that space.
Another thing with log files, is what kind of activity are you having on the database? You could be having a process dump lots of data that takes up space and then gets 'cleaned up', leaving extra space. We have a process that does that on one of our databases, so we set the log file for a size that is big enough for the initial data dump and just leave it there. If space is an issue, you could set up a job to shrink the log file nightly. But with log files it's not really that big of a deal to just leave them at a large size...performance-wise it can be better since the file doesn't have to keep growing as data is being entered.
-SQLBill
The following is part of my signature block and is only intended to be informational.
Posting advice: FAQ481-4875