Author |
Topic |
naveengopinathasari
Yak Posting Veteran
60 Posts |
Posted - 2010-06-29 : 09:33:56
|
Hi All,I have a SQLDumper.exe running on my machinewhich creates .mdmp,.log, .txt files in the folder ..\\program files\Microsoft SQL Server\MSSQL.1\MSSQL\LOGit will eat up my entire harddisk space in few minutes.is there a way to stop this .exe so that the files are not created.Back drop of Sql dumper.this is used for microsoft to find the error which is thrown by sql server.Any help appreciated in resolving this issue.i am not very sure whether this is the forum to post it.awaiting response and solution.Lets unLearn |
|
GilaMonster
Master Smack Fu Yak Hacker
4507 Posts |
Posted - 2010-06-29 : 09:40:17
|
I'd be more worried about why SQL Server is repeatedly throwing access violations and stack dumping. it usually indicates a serious problem.--Gail ShawSQL Server MVP |
 |
|
naveengopinathasari
Yak Posting Veteran
60 Posts |
Posted - 2010-06-29 : 14:05:15
|
quote: Originally posted by GilaMonster I'd be more worried about why SQL Server is repeatedly throwing access violations and stack dumping. it usually indicates a serious problem.--Gail ShawSQL Server MVP
Yes, you are correct.But i need to stop it anyway.The Work Around is if i reinstall sql server the problem is solved.But thats the solution.Lets unLearn |
 |
|
naveengopinathasari
Yak Posting Veteran
60 Posts |
Posted - 2010-06-29 : 14:05:44
|
quote: Originally posted by naveengopinathasari
quote: Originally posted by GilaMonster I'd be more worried about why SQL Server is repeatedly throwing access violations and stack dumping. it usually indicates a serious problem.--Gail ShawSQL Server MVP
Yes, you are correct.But i need to stop it anyway.The Work Around is if i reinstall sql server the problem is solved.But thats not the solution.Lets unLearn
Lets unLearn |
 |
|
X002548
Not Just a Number
15586 Posts |
|
tosscrosby
Aged Yak Warrior
676 Posts |
Posted - 2010-06-29 : 16:46:19
|
Personally, re-read Gail's response. Find and get rid of the root cause and, hopefully, never worry about it again. Re-insalling is only going to prolong the agony when it occurs again. and again. and again.Terry-- A word to the wise ain't necessary - it's the stupid ones that need the advice. -- Bill Cosby |
 |
|
GilaMonster
Master Smack Fu Yak Hacker
4507 Posts |
Posted - 2010-06-29 : 18:36:54
|
quote: Originally posted by naveengopinathasari The Work Around is if i reinstall sql server the problem is solved.But thats the solution.
Then reinstall SQL. It could be something as simple as a corrupted dll, or an installation that didn't complete properly.--Gail ShawSQL Server MVP |
 |
|
naveengopinathasari
Yak Posting Veteran
60 Posts |
Posted - 2010-06-30 : 00:44:26
|
It happens very often everyweek ones. its not a good solution to reinstall all the time.More over i wanted to know the reason why??. if its happening on my production then its a serious problem.Lets unLearn |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
GilaMonster
Master Smack Fu Yak Hacker
4507 Posts |
Posted - 2010-06-30 : 03:14:37
|
Dumper means that SQL is throwing access violations. About the only people that can really help with that are Microsoft's CSS (customer Support). Call them and open a case.Also, do some hardware diagnostics on your machine, see if you have faulty memory, faulty drives or something like that.--Gail ShawSQL Server MVP |
 |
|
|