Did Dynamics NAV work with SQL 2005 Clustered environment

abnainasabnainas Member Posts: 174
Dear All,

Can anybody tell me what SQL Clustered is? and Did Dynamics NAV 5.0 work with it.

Best Regards
Ahmad Bani Naser
Dynamics NAV Developer

Comments

  • ara3nara3n Member Posts: 9,256
    Here is a link on what sql cluster is and how to setup.
    http://articles.techrepublic.com.com/51 ... 57575.html


    and yes Navision can run on sql cluster. During a fail over, Navision user get disconnected and they have to reconnect.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • bbrownbbrown Member Posts: 3,268
    Depending on the types of failures you are looking to protect against you might also consider Database Mirroring or Log Shipping. Each of these, along with clustering, provide different areas/levels of fault tolerance. They are sometimes used in combination with each other. Such as using clustering or mirroring to protect against localized failures and log shipping (to a remote site) to provide protection against larger disasters like a building fire.

    Clustering only protects against the failure of a duplicated component.

    Decide what you are trying to protect and select the best features to meet the requirement. My usual approach is to make a list of the major system components. Next I write down the impact of each component failing. Then I write down how fault tolerance could be provided and the budget. Then you review each and decide which to implement and which you can live without.

    Remember, fault tolerance is like buying health insurance. You can't wait till you're sick to go buy some.

    Also, don't neglect the rest of the system. You can build a high-end server cluster, but your users will still be down if your cheapo network hub fails.
    There are no bugs - only undocumented features.
Sign In or Register to comment.