3

Its on a SBS2008 Server, and we're running out of space. when checking what's the reason i found that the Errorlog from MSSQ is using above 50 gigs (see Picture)

enter image description here

How can i solve this? google doens't show me the right solution..

squillman
  • 37,883
  • 12
  • 92
  • 146
MemLeak
  • 169
  • 8

2 Answers2

4

Run sp_cycle_errorlog. Schedule that to happen semi-frequently (once a week maybe?).

Ben Thul
  • 3,024
  • 17
  • 24
0

Short answer Configure the sql server error logs to keep less log files (management folder) - more details to follow

Jim B
  • 24,081
  • 4
  • 36
  • 60