0

I am a developer and my manager want me to delete all the LOG file (LDF) for all database in sql server.

please tell me what are the risks if i delete the Log file of a database

thanks.

Ibra
  • 192
  • 11

1 Answers1

0

Here SQL Server Log Files you can find what log files are good for . If your manager thinks you never need the transaction log, then good night, you can/will loose the integrity of your data.

And here Safely deleting a SQL Server log file (.LDF) you will find more about the risks.

Community
  • 1
  • 1
sqlab
  • 6,412
  • 1
  • 14
  • 29