Designing SQL Server AlwaysOn Availability Groups Topology

Sdílet
Vložit

Komentáře • 10

  • @MonBilly78
    @MonBilly78 Před 4 lety

    Very good lesson!!

  • @nickfotopoulos5323
    @nickfotopoulos5323 Před 3 lety +5

    The audio of this recording is going to make me lose my sanity

    • @nickfotopoulos5323
      @nickfotopoulos5323 Před 3 lety +1

      Okay it got better after the first couple of minutes. It sounded like some kind of noise cancelling thing being used in noisy environment.

  • @pradeepdnm
    @pradeepdnm Před 7 měsíci

    please release the audio format in below podcasts channels as it helps listening while commuting/working.
    thanks

  • @harshalphutankar606
    @harshalphutankar606 Před 3 lety

    Best topology to set up Always on between 3 data centers

  • @LeonEvans_Guyver1
    @LeonEvans_Guyver1 Před 5 lety

    Looks and behaves very much like an Exchange DAG

  • @fbifido2
    @fbifido2 Před rokem +1

    - all questions are based on:
    a. Stand Alone Servers
    b. No shared storage
    c. All are on the same subnet (except for DR)
    1. How would you do HA & DR for SQL 2019/2022 in docker containers, and have AlwaysOn AG /w Listener?
    2. Can you have HA & DR on 2/3 Windows Server 2022 Core + SQL Server 2022, With AlwaysOn AG /w Listener?
    3. Can you have HA with just SQL Server 2022 docker containers with AlwaysOn AG /w Listeners?
    4. How do you do failover for HA & DR on SQL Server 2022 in docker with ALwaysOn AG /w Listener?
    Please & Thanks.

    • @EdwinMSarmiento
      @EdwinMSarmiento  Před rokem +1

      My responses below:
      1) Why do you need to run Always On Availability Groups on Docker containers?
      2) Yes
      3) Same as #1, why do you need it to be on Docker containers?
      4) Same as #1, why do you need it to be on Docker containers?

    • @fbifido2
      @fbifido2 Před rokem

      @@EdwinMSarmiento it should be the cheapest way to have HA is terms of resource. containers are easy, but unless you are using shared storage to start up a new host you will have data loss. Plus, I just wanted to know if it's possible. With AG the data should stay synced, that way you don't have to worry about the container if one goes down, just auto start a new one & sync the data.

    • @EdwinMSarmiento
      @EdwinMSarmiento  Před rokem +1

      @@fbifido2 What are your HA goals? RPO? RTO?
      It is possible to do what you want. But without having a clear HA goal - RPO/RTO/SLA + the apps connecting to the DB - what's the point?
      Start with defining the goal as clearly as you possibly can