Re: SQL2005 Mirroring
- From: "Anthony Thomas" <ALThomas@xxxxxxxxx>
- Date: Mon, 18 Jun 2007 08:46:48 -0500
In order to use automatic failover, the client needs to be running SQL
Native Client or ADO.NET, with both primary and secondary connections
configured.
SAMPLE: "Data Source=A;Failover Partner=B;Initial
Catalog=AdventureWorks;Integrated Security=True;", where A and B are the
primary and secondary instances.
Good paper:
http://www.microsoft.com/technet/prodtechnol/sql/2005/dbmirror.mspx
Sincerely,
Anthony Thomas
--
"Tom Moreau" <tom@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:%23mHI3SulHHA.1624@xxxxxxxxxxxxxxxxxxxxxxx
If you want the app to know where to go when there is a failover, youwould
have to put the mirror into the connect string. I can't remember theexact
syntax. This way, when the app starts up and doesn't find the primary, itof
just goes to the mirror.
--
Tom
----------------------------------------------------
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA, MCITP, MCTS
SQL Server MVP
Toronto, ON Canada
https://mvp.support.microsoft.com/profile/Tom.Moreau
"Pierluigi" <Pierluigi@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:FD905602-1617-45A3-8006-098D629E4C37@xxxxxxxxxxxxxxxx
Hi Tom,
your answers are very useful to me.
Thank you very much.
About the "client", that's what I mean:
I use SQL2005 in the way that it is accessed by the server part of a
client/server application. The client part of the application stay on
Workstation and interact with the server part. Now, only the server part
the application makes querys to the SQL DB. So, for the purposes of thisDB
question, I consider the server part of the application as the SQL client.
Now the question is: do I need something (hardware or software) in order
that
the server part of the application is able to use the fail-over feature of
SQL mirroring (or is it all trasparent from the application point of
view...)? More generally: all application that makes querys to an SQL2005
can benefit of this kind of fail-over or is there some constraints ?Enterprise
Thank you again.
Pierluigi
"Tom Moreau" wrote:
See responses embedded:
--
Tom
----------------------------------------------------
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA, MCITP, MCTS
SQL Server MVP
Toronto, ON Canada
https://mvp.support.microsoft.com/profile/Tom.Moreau
"Pierluigi" <Pierluigi@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:989A38BE-15C9-4462-93F0-9EC184DD7944@xxxxxxxxxxxxxxxx
Hi everybody.
I have been evaluating this feature in order to fail-over between two
server
in two remote site connected through a 1 Gbps link.
Anybody had good experience about it?
Can I mirror a SQL2005 Enterpise Itanium Edition with a SQL2005
Windowson a 32-bit system ?
TM>>> Yes.
Can I do some Kind of fail-over between the primary and the secondary
without the witness ?
TM>>> Yes, but you have to do it manually.
Can I use a PC with Windows2000/XP and SQL2005 Express as witness ?
TM>>> Yes, any SQL edition can be a witness. I'm not sure about
2000, but WinXP is a valid OS.
Do I have some prerequisite on the SQL2005 client in order to use
fail-over?
TM>>> Not sure what you mean. Is this "client" the witness?
Thank you in advance.
Pierluigi
.
- Prev by Date: Using sql server clustering
- Next by Date: Re: Using sql server clustering
- Previous by thread: Using sql server clustering
- Next by thread: sql 2005 service pack 2 fails on a node in the cluster
- Index(es):
Relevant Pages
|
Loading