I have a question about what would happen to read-only queries that are configured to run on the mirror (not principle) database server if the mirrored server is temporarily unavailable. Let’s assume that SQL 2012 Always On feature is used on two (principle and mirror) servers and that the read-only queries are setup to connect to the mirror server using the availability group listener.
If the mirror is unavailable will the queries be routed to the principle server?
Thanks in advanced for the help.