SQL Server 2012 - Database Mirroring Configuration (Part 1 of 2)

Sdílet
Vložit
  • čas přidán 7. 09. 2024
  • This video describes how to configure database mirroring in SQL Server 2012
    askadba.blogspo...

Komentáře • 21

  • @TheAmoscokkie
    @TheAmoscokkie Před 4 lety +1

    I thank people like you who spent the time to put such a well-explained video.

  • @askadba
    @askadba  Před 12 lety

    You will need to run the SQL install again. On the Instance Configuration screen of setup, select Named Instance and complete the install. This new instance will have its own service.

  • @askadba
    @askadba  Před 11 lety

    Yes, mirroring will work between clusters and it also works between cluster and non-clustered instances.

  • @askadba
    @askadba  Před 12 lety

    No problem. Please subscribe and like!
    Resource contention can become an issue when there are multiple instances. For more details, go to:
    askadba.blogspot.com/2012/08/memory-utilization-for-multiple.html

  • @AmarPatelPhotographer
    @AmarPatelPhotographer Před 10 lety

    great video and thank you for sharing!

  • @aakesh01
    @aakesh01 Před 9 lety +2

    can u please share how to mirroring sql server 2012 to azure VM(windows server)

  • @askadba
    @askadba  Před 11 lety

    Those changes will go over to the mirrored DB once it is configured and synchronized.

  • @DamienMalakay
    @DamienMalakay Před 9 lety

    I think this is the full version of SQL- SQL Server 2012 Express does not have this option available

  • @MegaVerif
    @MegaVerif Před 9 lety

    Can i mirror database inside windows cluster . Say i have 9 nodes . I will use each 3 nodes to cluster the database . Finallay i will have 3 mirror for same database . Is that possible ?

  • @RajeevRanjan-pf3jy
    @RajeevRanjan-pf3jy Před 6 lety

    I am facing the issue while configuring the Database Mirroring like "TCP://......:5023" can not be reached or does not exist. check the network address name and that the ports for the local and remote endpoints are operational.(Microsoft SQL Server , Error : 1418). please suggest me what i have to do..please its very urgent.

  • @annoyingmouse799
    @annoyingmouse799 Před 7 lety

    i got this problem when restoring with query, can someone help me today please.
    Msg 3117, Level 16, State 4, Line 1
    The log or differential backup cannot be restored because no files are ready to rollforward.
    Msg 3013, Level 16, State 1, Line 1
    RESTORE LOG is terminating abnormally.

  • @stillborn007
    @stillborn007 Před 12 lety

    How do you add multiple instances? Do you require to install a new service for it?

  • @aqkhana2002
    @aqkhana2002 Před 5 lety

    Are they are on same machine or can be different machine and do i need domain?

  • @johnkhoff
    @johnkhoff Před 11 lety

    Excellent video!! Just one question, what will happen in a case where data has been changed in Principle server before restoring and configuring mirror?

    • @kundandprince001
      @kundandprince001 Před 5 lety

      Changed data will also be added to mirror server once mirroring is established.

  • @johnkhoff
    @johnkhoff Před 11 lety

    thanks boss.

  • @m.subahanmunthamadugu3989

    Hi All,
    i need one clarity about sql server 2012 mirroring ,in this the principal database having more than one(max 4) mirror databases.
    avaiting for your responce
    subahan munthamadugu

  • @stillborn007
    @stillborn007 Před 12 lety

    Thanks for the information. Another question: on bigger DB's, will it cause performance issues? You're now running 3 SQL servers on one machine...

  • @susanthaperera4288
    @susanthaperera4288 Před 7 lety

    Please tell me,are there any way to connect two databases in one connection string in app.config file without mirroring?