Hello,
Is Report net capable of handling the Transparent Client Redirection provided by the SQL Native Client (SNAC) for database mirroring?
Essentially, SNAC allows for this type of connection string:
Data Source=myServerAddress;Failover Partner=myMirrorServerAddress;Initial Catalog=myDataBase;Integrated Security=True;
The "Failover Partner" property allows for redirection when the Principal fails over to the Mirror.
Thank you,
Will