Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 how to set standby server

Author  Topic 

lasko
Starting Member

2 Posts

Posted - 2010-12-23 : 18:25:19
hi all hope you all well
i have application that connect to sql server 2008 what i want is make standby server (this standby server should be mirror of primary one) when connection failed to primary server automatically switched to standby server without modifying my application so if there is way please tell me in detail or if even there is third party
note that i need set connection my application to primary server only
thank you

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-12-23 : 19:44:13
Look into synchronous mirroring with a witness and the SQL Native client.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

lasko
Starting Member

2 Posts

Posted - 2010-12-24 : 17:26:05
quote:
Originally posted by tkizer

Look into synchronous mirroring with a witness and the SQL Native client.




thank you for your replaying but can you provide me with more details
best regard
Go to Top of Page

GilaMonster
Master Smack Fu Yak Hacker

4507 Posts

Posted - 2010-12-25 : 15:44:42
Books have been written on mirroring. Go do some reading up on it, there's a lot of information available. Key terms are 'database mirroring' and 'transparent client redirect'

--
Gail Shaw
SQL Server MVP
Go to Top of Page
   

- Advertisement -