Reputation: 837
If I put my MS SQL Log file on another drive and the drive crashes.
What happens to my MS SQL Database, will it create a new log file or how do I correct it?
Upvotes: 4
Views: 1380
Reputation: 134923
you need to recover/repair the database, see here: Recover a database without the ldf file
Upvotes: 4