КОМЕНТАРІ •

  • @ramsheddy
    @ramsheddy 2 роки тому

    Thanks a lot for this. Very easy to follow!

  • @pushkarsawant7449
    @pushkarsawant7449 Рік тому

    You deserve a lot more subscribers :) Thanks for the video

  • @devendranavalakhe8060
    @devendranavalakhe8060 Рік тому +1

    Your Video is very helpful. My request is to plz include the monitoring of Always ON part in this video.

  • @anthonycurreri1543
    @anthonycurreri1543 Місяць тому

    Good video, one correction, The Standard Edition of SQL server has basic availability groups included. That limits you to 1 database per group but you can have an unlimited number of groups.

  • @chrisumali9841
    @chrisumali9841 Рік тому

    Thanks for the demo and i, have a great day

  • @P5toraskar1986
    @P5toraskar1986 2 роки тому

    Super efforts.

  • @vinoddas1981fool
    @vinoddas1981fool Рік тому

    Hello, You had a great demonstration. My question is if we are leveraging this as a SaaS solution and wanted to perform some Sanity checks once the Always On availability group is configured. Is there a preset query which I can use to do a verification check? Thanks in advance!

  • @hasinihasini5562
    @hasinihasini5562 2 роки тому

    Thx for your efforts

  • @ericrouach
    @ericrouach Рік тому

    Great content!

  • @suresh_bellamkondavlogs
    @suresh_bellamkondavlogs 2 роки тому +1

    Hiiii bro plz explain one detailed class about daily health checklist activities.....

  • @JogaKhichurirabby
    @JogaKhichurirabby Рік тому

    In the secondary server, there is no "yes" Option for readable secondary. I am using the Standard edition of SQL.

  • @srinuyadav1629
    @srinuyadav1629 5 місяців тому +2

    As per MS, Instead of Join only...we can use Auto seeding also...if Database size having less than 200GB.
    So if u use this option..no need to take full and log backup of primary and no need to restore it on Secondary....(with no norecovery option)
    Thanks for sharing this video....❤

    • @righttolearnbk
      @righttolearnbk 3 місяці тому +1

      Auto-seeding is available from SQL server 2016 onwards only.

    • @srinuyadav1629
      @srinuyadav1629 3 місяці тому

      @@righttolearnbk yes sir after 2016 only this AG concept was introduced.
      Before 2016 we configured DB mirroring.

  • @saikumarkakarla9924
    @saikumarkakarla9924 Рік тому

    Anna tq Anna i learn so many new things from yours video , if possible DR DRLLs yala perform cheyalli high availability configured chesina databases ki video cheyandii Anna.

  • @synthmania7275
    @synthmania7275 7 місяців тому

    Thank you!

  • @sagarkashid123
    @sagarkashid123 2 роки тому +6

    Please make some senarios,errors and resolution in Always on

  • @piyusworld2550
    @piyusworld2550 2 роки тому

    DNS name you have given is already created or we have to mention while configuration ALways On AG?

  • @sansak9098
    @sansak9098 2 роки тому

    hi i has a doubt why windows failover cluster will failover drives right,but why we need that setup for always on,what is logical connection,always on made for group of databases but how windows cluster set up will needed for this,when feature itself supporting group of db's,can u please explaing logically how wsfc will be required for always on.

  • @sqltechzpestechz7053
    @sqltechzpestechz7053 8 днів тому

    I Have one doubt, when u restore the full backup with NO RECOVERY but u didnt restore the Log backup with NO RECOVERY, then how in join only mode it gets added, in my case it throws error that no latest log backup is there. once i restore the log with NO RECOVERY then it gets added using JOIN ONLY

  • @surekhaanupoju4730
    @surekhaanupoju4730 2 роки тому

    Thanku sir

  • @sqltechzpestechz7053
    @sqltechzpestechz7053 9 днів тому

    thank u so much🥰

  • @x-factorgaming4265
    @x-factorgaming4265 Рік тому

    Why we need "Restore with Norecovery" option to restore in this case? Please explain sir

  • @fbifido2
    @fbifido2 Рік тому

    Can you show how to do standalone SQL alwaysOn AG /w listener in a workgroup env?

  • @prashantbhosale5635
    @prashantbhosale5635 4 місяці тому

    And also few scenarios and three node clusters

  • @shamilpm262
    @shamilpm262 Рік тому

    Thanks a lot for this , Is it have any Diagrammatic form

  • @murghachronicles715
    @murghachronicles715 Місяць тому

    How did you create Windows Failover Cluster? Is this a separate machine or is this some kind of feature which needs to be enabled on both SQL Server nodes?

  • @harishreddy4
    @harishreddy4 3 роки тому +1

    Hi Sir,
    Can we deploy the SQL server failover cluster instance while configuring availability group instead of stand alone instance?

    • @righttolearnbk
      @righttolearnbk 3 роки тому +2

      SQL Server Failover Cluster Instances do not support automatic failover by availability groups, so any availability replica that is hosted by an Failover cluster instance can only be configured for manual failover.

    • @harishreddy4
      @harishreddy4 3 роки тому

      Thank you,sir

  • @SamanthaBandaraDissanayake
    @SamanthaBandaraDissanayake 6 місяців тому

    Hi Great Stuff
    Need to check one clarification with you,
    Is there any posibility to use cross database sync, mean, One DB create on node A and it replicate node B, and other database on Node B and it replicate to Node A

  • @bobbalaparshu336
    @bobbalaparshu336 2 роки тому

    Thanks for your efforts.
    How do we add ndf files on database in always on group. If possible could you please make a video on always on trouble shooting issues and performance tuning issues.

    • @righttolearnbk
      @righttolearnbk 2 роки тому

      While adding NDF file please make sure you have same physical location in the nodes

  • @Ganeshay-996
    @Ganeshay-996 8 днів тому

    2019 in not showing availability on group

  • @johnwayne4230
    @johnwayne4230 Рік тому

    Can I use sql 2017 standard edition for HA groups for more then one database? At the very first screen as a clusters type I see External or None. When None is selected I can only select one database?

    • @righttolearnbk
      @righttolearnbk Рік тому +2

      2017 Standard Edition supports basic availability groups. A basic availability group supports two replicas, with one database.
      Check below link for Microsoft documentation on basic availability groups learn.microsoft.com/en-us/sql/database-engine/availability-groups/windows/basic-availability-groups-always-on-availability-groups

  • @abhay6276
    @abhay6276 Рік тому +1

    are there need to install ssms on both 102 amd 103 machine if yes how did you do that?

    • @righttolearnbk
      @righttolearnbk Рік тому

      If you want to connect your server from any node and work then install otherwise not required. Just copy SSMS installer in machine and install it

  • @saimadhav672
    @saimadhav672 2 роки тому +1

    Hi sir can you please fwd me the scripts which DBA related daily activities

  • @dollardreams5811
    @dollardreams5811 3 роки тому

    Hi sir
    Suppose my manager told to you are the owner of 1tb database what was the things I need to be take care of the database for the minimum downtime

    • @righttolearnbk
      @righttolearnbk 3 роки тому +2

      Few things you can do is
      To
      Perform health check on regular basis, deploy High availability as per your client's requirements, have a backups maintenance plan, and configure alerts
      If you gonna migrate it, use Azure Data Migration service.

  • @mdkaif786
    @mdkaif786 9 місяців тому

    Hi Sir
    May i kindly request you to please share a step by step docs or video how to Fail Over from Production to DR and from DR to production. Thanks Sir...

  • @prabhu0408
    @prabhu0408 Рік тому

    Hi Bro, Nice video.
    in terms of the SQL Server Installation, could you please let me know 2019 std or 2019 Enterprise needed? in production.
    Thanks

    • @righttolearnbk
      @righttolearnbk Рік тому

      Standard will do your job.
      Go for enterprise if you need more advance features

    • @prabhu0408
      @prabhu0408 Рік тому

      @@righttolearnbk Thank you

  • @rajesh9618962370
    @rajesh9618962370 2 роки тому

    Hi mate, what is difference in restart of sql service and stop-start..

    • @ShreyaSreejith2013
      @ShreyaSreejith2013 2 роки тому +1

      Restart will stop and start the services automatically.Stop and Start are manual activities to stop and start services manually

  • @Jayadhev
    @Jayadhev Рік тому

    Please make a veedio on always on interview questions

  • @thirupathiraot2207
    @thirupathiraot2207 3 роки тому

    We configure AG only on Mirroring configured DBs only

  • @ramakrishnakasani9152
    @ramakrishnakasani9152 3 роки тому +2

    How we did cluster less setup in always-on

    • @righttolearnbk
      @righttolearnbk 3 роки тому +1

      Cluster was already setup.

    • @ramakrishnakasani9152
      @ramakrishnakasani9152 3 роки тому +1

      @@righttolearnbk without using clustering it is possible to setup always-on

    • @righttolearnbk
      @righttolearnbk 3 роки тому

      @@ramakrishnakasani9152
      No
      Without windows clustering we cannot setup Always on

    • @labib8aug
      @labib8aug 3 роки тому

      @@righttolearnbk actually we can , check the updated version.

  • @chaitu6542
    @chaitu6542 2 роки тому

    Can I have upgrade and migration videos bro

  • @avulasatishpatel2545
    @avulasatishpatel2545 2 роки тому

    Availability replica is not synchronizing
    Create video for both if primary not synchronizing
    Next
    Secondary not synchronizing

  • @sahithyabolly8018
    @sahithyabolly8018 Рік тому

    Hi , I need to clear some interviews can you help me...

  • @naniprabha4410
    @naniprabha4410 3 роки тому

    I need MS SQL DBA support can u provide

  • @dollardreams5811
    @dollardreams5811 3 роки тому +1

    Please post a videos about replication and clustering

  • @thirupathiraot2207
    @thirupathiraot2207 3 роки тому

    ??

  • @prashantbhosale5635
    @prashantbhosale5635 4 місяці тому

    Please show some errors

    • @righttolearnbk
      @righttolearnbk 3 місяці тому

      Sure, will do scenario based videos in coming days