January 23, 2004 at 2:52 am
How do we delete the LOG FILES in the database at the end of the day or some other setting that limits the size of the Database.
January 23, 2004 at 5:15 am
please elaborate.
You could take a log-backup and move that from your db-server.
Check recovery-models in BOL.
If your logfiles grow more than you'd expect, or you've performed an operation causing the logfiles to grow to much, check shrink-file in BOL.
If it's sqlserver-ERRORLOG file you're looking for, you could use sp_cycle_errorlog (check BOL), but only _after_ you've analyzed what's causing it to log so much.
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply