Hello,
As Hugo mentioned, you could get information of database mirroring from
system management views.
Client applications shall be aware of database mirroring so that they could
work properly to SQL Server. Actually client side application shall use SQL
native client and specify failover partner in connection string. This means
that client application shall have method to users to configure their
failover partner and end server name. Please refer to the following article
for details:
http://msdn2.microsoft.com/en-us/library/ms366348(SQL.90).aspx
Usually it shall not be a work for client side application to monitor
witness server. SQL native client will try to connect to failover partner
once it detects conection fail on initial server. When witness cannnot
work, failover on server side does not work and client application cannot
connect to failover partner also. It is suggested that use a different
monitor program on server side to monitor witness server if it is
neccessary.
For those applications that is not aware of database mirroring, there shall
be a different program to monitor SQL connection and re-configure it to
differnt server when necessary.
If you'v further questions, please feel free to let's know. We look forward
to your reply.
Best Regards,
Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif ications
<
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx>. Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
<
http://msdn.microsoft.com/subscriptions/support/default.aspx>. ==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.