Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...I've learned more from your forums in 3 days than 3 months at school and on the job combined..."

Geography

Where in the world do Tek-Tips members come from?
dmbfanatpsu (MIS)
12 Apr 12 13:47
I'm not a SQL Server guru, but I've inherited a SQL 2008 R2 server that is hosting several small databases for things such as Backup Exec, Symantec Endpoint Protection, WSUS, BES, etc... The server did not have any maintenance plans in place.  Backup Exec is being used for backups and is only backing up the databases.  The transaction logs where not being backed up or truncated.  This has led to several issues now which we are trying to resolve.  The main issue is that several of the data and logs are at 1% free space.
1.    The first step I've taken is created a maintenance plan that checks database integrity, update statistics, backup database (full), maintenance cleanup tasks.
2.    The second step is that I've changed all the databases to recovery mode: FULL.
3.    The third step is I've created a second backup exec job using: Log – Back up Transaction Log.
Do the above steps seem correct?
I'm not sure what to do about low free space for the data and logs?
Also, the C drive is full because of a large amount of SQLDump.mdmp files and ErrorLog files located under the C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\Log

Please advise on steps to take to resolve.

 
LyleU (Vendor)
13 Apr 12 0:29
It sounds like you have made a start, but that you have a ways to go yet. Here is a link to a page on Brad McGehee's site where you will find an very helpful, free ebook called Brad's Sure Guide to SQL Server Maintenance Plans. I have found this book to be invaluable to me, as a novice, in setting up backup and maintenance plans. http://www.bradmcgehee.com/books/

 

Lyle
----
"For every expert, there is an equal and opposite expert." - Arthur C. Clarke.

 

SQLBill (MIS)
13 Apr 12 10:54
Free space on a database is controlled mainly by the autogrow setting.  As the free space is used up, the database will autogrow (if allowed) based on the autogrow setting.  So being down to 1% isn't necessarily a bad thing, it may just mean the file is about to grow again.

-SQLBill

The following is part of my signature block and is only intended to be informational.
Posting advice: FAQ481-4875: What should I know before I post?

djj55 (Programmer)
13 Apr 12 15:24
Setting the database recovery modes to "FULL" may or may not be needed. It depends on the need for point in time restore, or if you need to capture a transaction log for a restore.  If a database does not change often a nightly backup may be okay.

To add to SQLBill's, comments disk space for growth also needs to be considered, which is a different metric.
 

djj
The Lord is my shepherd (Psalm 23) - I need someone to lead me!

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close