In my instance all the six errorlog files are of 3kb each and when all are filled, the last one is getting deleted and a new file is added and log starts writing to it till it gets 3 KB in size , once it get 3 KB it is again deleting the last one and adding a new one.
Means you have run the command sp_cycle_errorlog
-----------------------------------------
SQL Server is terminating due to 'Stop' request from services manager
Means the SQL Server Services (MSSQLServer and SQLSERVERAGENT services) have been stopped.
-----------------------------------------
So, the reason your error logs aren't growing larger is that something/someone is stopping them from growing.
Do you have a job that stops the SQL Server services?
Are you or someone else stopping the services?
Since your logs are only growing to 3KB, I would guess that something is stopping your services on a regular basis.
I'm not sure that this will do it, but use Enterprise Manager, drill down to your databases, right click on Master, select Properties, go to the Options tab. Is the database set to AUTO-CLOSE? Check the other databases.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.