W
William Oliveri
Hi all,
I'm writing some code for disaster recovery. I need to have an application
which accesses Sql Server to determine if the local database is up or not
and then if not go to the secondary server.
So like this:
1. Determine if Sql Server A is up, if so is the database active.
2. If no on either count, go to Sql Server B/database.
Is there some way to query Sql Server through the Dot Net framework to
determine the server/database status?
Thank in advance,
Bill
I'm writing some code for disaster recovery. I need to have an application
which accesses Sql Server to determine if the local database is up or not
and then if not go to the secondary server.
So like this:
1. Determine if Sql Server A is up, if so is the database active.
2. If no on either count, go to Sql Server B/database.
Is there some way to query Sql Server through the Dot Net framework to
determine the server/database status?
Thank in advance,
Bill