snootalope
IS-IT--Management
Hello
I'm fairly new to SQL so I appologize if this is a really simple deal, I just don't want to mess up a live server.
Our SQL 2005 server's db files are currently setup like so:
DATA - Initial Size> 5000MB Autogrowth: By 1MB, unrestrited growth
LOG - Initial Size> 3059MB Authogrowth: By 10%, restricted growth
A couple of weeks ago I started to receive "Disk Space" warnings from a program that monitors the database. So, I go into the Management Studio and hit the properties of the datase and see this:
Size: 8058 MB
Space Avaiable: 133 MB
That 133MB is causing the warnings. It's getting closer to 0 space available by the hour!!
How can I reclaim space or just increase the size available? The database itself is sitting on a 800 GB partition so there's plenty of space available.. I thought about doing a shrink, but I'm nervous how that would affect the info in the db.
What's my best approach here?! Thanks for any help!
I'm fairly new to SQL so I appologize if this is a really simple deal, I just don't want to mess up a live server.
Our SQL 2005 server's db files are currently setup like so:
DATA - Initial Size> 5000MB Autogrowth: By 1MB, unrestrited growth
LOG - Initial Size> 3059MB Authogrowth: By 10%, restricted growth
A couple of weeks ago I started to receive "Disk Space" warnings from a program that monitors the database. So, I go into the Management Studio and hit the properties of the datase and see this:
Size: 8058 MB
Space Avaiable: 133 MB
That 133MB is causing the warnings. It's getting closer to 0 space available by the hour!!
How can I reclaim space or just increase the size available? The database itself is sitting on a 800 GB partition so there's plenty of space available.. I thought about doing a shrink, but I'm nervous how that would affect the info in the db.
What's my best approach here?! Thanks for any help!