Log files. OK to delete?

K

Kevin Watson

Recently I changed my SQL (projectserver & STS) backups to simple, is it OK
to delete the *.ldf files as they are no longer needed?
 
M

Microsoft Project

You can't delete the files (SQL Server still uses them). Since you set the
Recovery Model to Simple, however, the files won't grow large and will
typically stay in the 1 - 2 mb range.

Regards,

MS Project
 
Top