Removing Transaction Log Files in SQL Server Suspends Database Mirroring

Microsoft SQL Server 2008, you can use the database mirroring between two database. It improves the reliability of database and data loss to avoid situations where a database is damaged for some reason. In case of failure, you can back up your database from the mirror database. However, if you accidentally remove the transaction log [...]