SQL Database Mirroring and your web application
        Posted  
        
            by Khou
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Khou
        
        
        
        Published on 2010-03-31T14:49:03Z
        Indexed on 
            2010/03/31
            14:53 UTC
        
        
        Read the original article
        Hit count: 648
        
You have two servers when you perform a SQL Server database mirroring
You have 1 primary database and 1 mirror database
Do you need to make any changes to web application to tell it that your using database mirroring? If not how does your web application know which database to use when the primary database fails?
© Stack Overflow or respective owner