dmbfanatpsu
MIS
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.
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.