Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top