SQL Server DBA Tutorial 101-How to Create Snapshot Replication in SQL Server

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • In this video you will learn how to create snapshot replication in SQL Server using SQL Server management studio as well as using T-SQL script. You will also learn how to configure the publication for snapshot, best practices of configuring publications for snapshot replication, how to add database and it's articles in snapshot replication, configuring Publication agent security and best practices of security configuration of Publisher as well as Subscriber.
    It also briefly talk about what exactly is publisher, distributor and subscriber in replication in SQL Server, also what is replication in sql server and replication components in SQL Server.
    Blog post link for this video:
    sqlage.blogspot...
    Visit our website to check out SQL Server DBA Tutorial Step by Step
    www.techbrother...

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

  • @hellofriend2012
    @hellofriend2012 7 лет назад +3

    Really detailed explanation. No time wasting video. Thank you for uploading.

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

      You are welcome. Glad to hear that you liked it.

  • @skyhigh8578
    @skyhigh8578 7 лет назад +3

    May GOD bless you all the time. You guys are doing great job.

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

      Thank you so very much for kind words. Glad to hear that you liked our effort. Thanks for watching!

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

    This is a very nice video and I enjoyed watching and recommend others to watch. Narrator knows the topic and explains step by step with reasons.
    Thanks

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

      sorry to be so offtopic but does someone know of a method to get back into an Instagram account..?
      I somehow lost my account password. I appreciate any tricks you can give me!

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

      @Darwin Skylar instablaster ;)

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

      @Harper Marley I really appreciate your reply. I found the site thru google and im waiting for the hacking stuff atm.
      Seems to take quite some time so I will get back to you later when my account password hopefully is recovered.

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

      @Harper Marley It worked and I finally got access to my account again. I am so happy!
      Thank you so much, you really help me out!

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

      @Darwin Skylar No problem =)

  • @Kingbezy
    @Kingbezy 2 года назад

    Awsome Video. Sir. please i have a question. can replicate be configured in a stand alone environment?

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

    your videos are very helpful

  • @mehrozyoutube489
    @mehrozyoutube489 2 года назад

    When i open new publication its return your system is not enabling for publication

  • @ahmedtambe781
    @ahmedtambe781 2 года назад

    10:33, I would want to use the option "Run under SQL Agent Service account" as our publisher is on local physical machine and the subscriber is in Azure cloud hence the domain is different. How can i achieve this?

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

    can set my website or ip in process account ?
    and can make replication between database local and database in internet like website ?

  • @jalal3aali936
    @jalal3aali936 4 года назад +1

    I don't know why you jumping the steps of the creation snapshot replication in SQL. so basically you have to create a service account and everything related with snapshot replication don't say you have an account created already. so you have to keep in your mind that as your followers we don't know anything about what you doing.so please step by step you don't have to miss any step, please

    • @SaznajSve
      @SaznajSve 4 года назад

      Hahah we are watching now, but this was recorded in 2015 xD

    • @SaznajSve
      @SaznajSve 4 года назад

      btw same problem

  • @handsomekhan9320
    @handsomekhan9320 5 лет назад +1

    Sir ! Please Must Reply Me, Is this Distributed Database ! What Type of Distributed Database its is ? For Example Centralized Database !

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

      When you enable replication on any server, it creates system database called distribution, it has all system procs, tables and views that is needed to distribute the data across different servers via replication mechanism. A server can act as it’s own distributor or can be configured to use another server as distributor. If you use third server as distributor that server needs to have access to both publisher and subscriber. Hope this answers your question?

  • @jahma48
    @jahma48 4 года назад

    I got the error while creating publiction: This database is not enabled for publication.
    Unable to execute procedure. The database is not published. Execute the procedure in a database that is published for replication.

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

    Great

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

    Hi Bro,
    In replication case. Instance B pull some tables from instance A(for other users). I want to encrypt a column of one table in instance B (But don't want to encrypt the original table at instance A). How can I make this work?
    Thanks a lot!

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

      When I try to encrypt the column. It will show 'will change the collation'. And after this, the replication does not work any more:(