September 8, 2016 at 7:16 am
Hello Everyone,
I have come across an issue where my sql server error log is growing out of control(It is around 200gb).
I tried sp_cycle_errorlog still no use and my error log size is limited to 50.
Please find the error log screenshot for reference here - https://drive.google.com/open?id=0BwQesWwtB8meN0VQeVlQUU9iN2c
How do i clear server error logs and free my disk space?
September 8, 2016 at 7:30 am
I can't see your image; can you tell us what the error message says?
September 8, 2016 at 7:44 am
I think your first priority should be dealing with what's causing the error messages, not the growing of the error log.
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
September 8, 2016 at 8:09 am
Sure it's not the transaction log that's 200GB?
sp_cycle_log doesn't delete the old file until it goes over the max number of log files (default is 6) so the 200GB file may still be there even though the log has cycled.
September 8, 2016 at 8:20 am
Yes, it's not the transaction log.
pls see the screenshot - https://drive.google.com/file/d/0BwQesWwtB8meN0VQeVlQUU9iN2c/view?usp=sharing
September 8, 2016 at 8:37 am
You need to identify why you are receiving the stack dumps.
What version of SQL Server is this?
Steve Jimmo
Sr DBA
“If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan
September 8, 2016 at 8:45 am
Is this any help? It's for SQL 2012.
Error log entries on the screenshot:
System Health Monitor Thread: Operating system error Exception 0x1 encountered.
Error: 17053. Severity 16, State:1
External dump process return code 0x20000001. External dump process returned no errors.
Stack signature for dump is 0xC04907ED
CImageHelper:Int() Failed load of symbol files with path = C:\Program Files(x86)\Microsoft SQL Server\MSSQL11.MSSQLSERVER (screengrab cuts off)
Using 'dbghelp.dll' version '4.0.5'
...
Loads of stack dump entries
...
September 9, 2016 at 1:54 am
sanjaydut26 (9/8/2016)
pls see the screenshot - https://drive.google.com/file/d/0BwQesWwtB8meN0VQeVlQUU9iN2c/view?usp=sharing%5B/quote%5D
Please stop linking to Google drive and just post the error message. A lot of work places block sites like that.
September 9, 2016 at 2:55 am
Call Microsoft Customer Support and open a case. Stack dumps are hard to debug, CSS has tools that we don't. Make sure you're on the latest SP & CU first.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
September 9, 2016 at 7:15 am
Is this any help? It's for SQL 2012.
Error log entries on the screenshot:
System Health Monitor Thread: Operating system error Exception 0x1 encountered.
Error: 17053. Severity 16, State:1
External dump process return code 0x20000001. External dump process returned no errors.
Stack signature for dump is 0xC04907ED
CImageHelper:Int() Failed load of symbol files with path = C:\Program Files(x86)\Microsoft SQL Server\MSSQL11.MSSQLSERVER (screengrab cuts off)
Using 'dbghelp.dll' version '4.0.5'
...
Loads of stack dump entries
...
As Gail said above, contact Microsoft. They will provide you with an application to run which will collect a lot of information. They will also ask for copies of the stack dumps.
Otherwise you will need to learn how to translate a lot of Hex code and try to follow all of the different things going on with this server.
Good luck.
Steve Jimmo
Sr DBA
“If we ever forget that we are One Nation Under God, then we will be a Nation gone under." - Ronald Reagan
September 9, 2016 at 8:15 am
I Thank Everyone for the support. I will write to MS regarding the issue.
September 9, 2016 at 8:35 am
GilaMonster (9/9/2016)
Make sure you're on the latest SP & CU first.
Definitely do this first though.
Viewing 12 posts - 1 through 11 (of 11 total)
You must be logged in to reply to this topic. Login to reply