Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ben 6 posts 26 karma points
    Jul 26, 2011 @ 10:36
    Ben
    0

    Database mirroring

    Hi all

    Within our company we are upping our resilliance, migrating the umbraco database and adding 'database mirroring', the idea being that if DB-1 dies, DB-2 kicks in... Makes sense...

    To enable this, our DB admin has asked me to include the 'Failover partner' in my connection string. I have found loads of info on how to do this on the net, but nothing relating to Umbraco or the web.config file.

    Can someone point me in the right direction?

    Thanks
    Ben

  • Drew 165 posts 340 karma points
    Jul 28, 2011 @ 11:40
    Drew
    0

    The connection string in the web.config will be used by your database.

    Providing it's MSSQL you can just append an additional value to the querystring, see here:
    http://msdn.microsoft.com/en-us/library/5h52hef8.aspx 

     

  • Ben 6 posts 26 karma points
    Jul 28, 2011 @ 11:51
    Ben
    0

    Thanks Drew - It's pretty obvious now I look at it.

  • Drew 165 posts 340 karma points
    Jul 28, 2011 @ 12:22
    Drew
    0

    No problem. Like with all MS products - theres masses of documentation everything - but the hard bit is finding the answer you want in the masses of docs!

    Cheers :)

Please Sign in or register to post replies

Write your reply to:

Draft