1.Start -> All programs -> Microsoft SQL Server -> Query Analyzer
2.write in:
Code:backup log MuOnline with NO_LOG backup log MuOnline with TRUNCATE_ONLY DBCC SHRINKDATABASE(MuOnline)
1.Start -> All programs -> Microsoft SQL Server -> Query Analyzer
2.write in:
Code:backup log MuOnline with NO_LOG backup log MuOnline with TRUNCATE_ONLY DBCC SHRINKDATABASE(MuOnline)
Working?
This method is working in new season DB??
Last edited by tyrantXXII; 21-05-14 at 04:25 AM.
Works everywhere guys .
Can anyone write a brief explanation how this works out? What are the implications in downsizing a database file?
Thanks.
It justs deletes the MuOnline.log file mate.
the game logs and everything.
I see! That's quite useful actually. So long as it doesn't delete significant player data it should do fine.
Nah its just for logs , iuse it on my server also and its great query.