how to do the fail over if we configured the mirroring in asynchronous mode
You need to execute the following code for the failover; however, as the database mirroring session is operating in asynchronous mode, there may be some data loss occurs during the failover.
ALTER DATABASE [TESTDB] SET PARTNER FORCE_SERVICE_ALLOW_DATA_LOSS;
Thanks & Regards,
Sudeepta.
http://twitter.com/skganguly