SQL Server DBA Tutorial 102-How to Create Transactional Replication in SQL Server

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

Комментарии • 19

  • @ericrouach
    @ericrouach 7 месяцев назад +1

    Great content as always. Thanks a lot!

  • @zimspace786
    @zimspace786 8 лет назад +2

    powerful video keep th good work... thank you techbrothers

    • @TechBrothersIT
      @TechBrothersIT  8 лет назад

      +ZimSpace Thanks for kind words dear. Doing our best! Thanks for watching.

  • @SanJay-qt5tj
    @SanJay-qt5tj 4 года назад +1

    its helpful for me thank you

  • @SanamSindhooShaikh
    @SanamSindhooShaikh 8 лет назад

    precise and perfect.. great job sir

  • @venkatk4450
    @venkatk4450 7 лет назад

    Thank you very much TechBrothers for your efforts. truly appreciate your kindness.God bless you.

    • @jessekendrick18
      @jessekendrick18 3 года назад

      i guess Im randomly asking but does anybody know of a tool to get back into an instagram account??
      I somehow lost my password. I appreciate any assistance you can give me!

  • @deepikajoshi639
    @deepikajoshi639 Год назад

    Need one help... Is there any way to pause replication and i can refresh subscriber full database and then resume replication

  • @CookieMonsteeerrr
    @CookieMonsteeerrr 5 лет назад

    Hi i have source sql server where there are views. I just have access to those views. I cannot configure that sql server etc. I have also another sql server where i have full control and the ke ypoint is i have to somehow create tables which will be replication of those views from source sql server. I need to have the data on the second sql server always with same data as is on source views... so if any update on source on second sql server somehow tables data has to be reflected. Is there anyway to configure that second sql server to reach the goal?

  • @adeanjy4155
    @adeanjy4155 8 лет назад

    Can I replicate on SQL Server Instances across two different Servers? Also does this slow down the performance of a Production environment?

  • @trolldicker3234
    @trolldicker3234 9 лет назад

    What are the factors that cause replication latency. We ate experiencing this issue a lot.

  • @mickimaraki7886
    @mickimaraki7886 8 лет назад

    Thanks tekbrothersIT you are good

    • @TechBrothersIT
      @TechBrothersIT  8 лет назад

      +micki maraki thanks dear for kind words and thanks for watching.

  • @alexanderalto9403
    @alexanderalto9403 8 лет назад

    thanks for the great presentation, I'm new to mssql server, I would like to inquire if there is a type of replication where the generated transaction logs on the hourly basis can be applied automatically on the secondary db server?

    • @TechBrothersIT
      @TechBrothersIT  8 лет назад

      +alexander alto replication can be scheduled - so if you setup transactional - you can schedule to synch every hour and it will be automatic. :)

    • @alexanderalto9403
      @alexanderalto9403 8 лет назад

      TechBrothersIT​
      can you provide a video instruction on how to configure this? many thanks,
      alex

  • @aragorn318
    @aragorn318 5 лет назад

    If I need to configure replication high availability for less than 1 TB database, is it best to set up as transactional or peer-to-peer in terms of ease of configuration as well as maintainability?

    • @TechBrothersIT
      @TechBrothersIT  5 лет назад

      Hi Peter, How about using Availability Group instead of using Replication. Because if your schema change , add a new table or drop a column, you have to deal with Replication reconfiguration. Use AG and you should be fine. Also you can use Transaction replication as well.

    • @aragorn318
      @aragorn318 5 лет назад

      @@TechBrothersITThanks for your response. Transactional replication is now set up but my manager is talking about implementing AlwaysOn too. However, we have sql server 2016 enterprise edition for prod and only standard edition for dev enviroment. Do you think it's best to just set up AlwaysOn FCI and not AG at this point?