SQL Server alwayson - part 2

  Рет қаралды 130,338

metamanager

metamanager

Күн бұрын

In this video, you will learn SQL Server 2012 AlwaysON availability groups.

Пікірлер: 80
@RadnusTechnology
@RadnusTechnology 5 жыл бұрын
Excellent training. Very nicely taught and explained. Some folks may find your style of presentation orthodox, but I personally loved it and it gave me a feel of being in a class room in a live training. Thank you.
@ig2947
@ig2947 7 жыл бұрын
All your videos are Superb - cleared so many doubts. Thanks a lot..!
@aallee125125
@aallee125125 9 жыл бұрын
Thank you very much for the video, great stuff. But I would like to point out something here, My understanding of Asynchronous or synchronous session is that in a synchronous Mirroring session the Primary server WAITS for the secondary(Mirror) server to commit the changes to its disk, then the Mirror sends a response to Principal server and then the Principal server commits changes to its disk. In an Asynchronous session , The Primary Server commits the transaction without any waits and then sends a request to Mirror server, at this point when the Primary has committed it and the change has not been committed to Mirror if the server goes down you will end up with an out of sync copy of Principal server hence the name Asynchronous. Also "Asynchronous Mirroring" option is only available in SQL Server Enterprise Edition. $$$ :)
@opeoluwaagboola8819
@opeoluwaagboola8819 7 жыл бұрын
I agree with you completely. It's important you pointed it out. Thanks
@Here2Findout
@Here2Findout 5 жыл бұрын
3 years late, but yes this is 100% correct
@nsantiago3607
@nsantiago3607 10 жыл бұрын
Everything you want to know about SQL Server Always ON. Thank you for creating this video.
@ajaysql2599
@ajaysql2599 6 жыл бұрын
Hi thanks a lot for detailed explanation on Always on .Just wanted to Address something here at the last few seconds there was some confusion in application intent being read only and while running select @@servername why the name of the primary server is being displayed .According to me the issue is not with the settings but with the query the query is being run on the master database and system database cannot be in an AG if it was a query related to a table which is part of a database in AG then it may have directed it to VSQL instead of Node 3.
@paulibison2598
@paulibison2598 7 жыл бұрын
Great video - thanks for making this available. I saw that n the demo, the read-only application intent connection went to the primary replica. I have also seen that when connecting in SQLCMD (-k switch) when the database being connected to is not in the availability group (master in your case). The initial connection needs to reference a database in that availability group then it works :).
@akrish5311
@akrish5311 10 жыл бұрын
Excellent. Very well explained. Thanks a lot.
@kchennaiah5283
@kchennaiah5283 3 жыл бұрын
Excellent Explanation
@vikasvyas6427
@vikasvyas6427 9 жыл бұрын
MetaManager...you are really awesome....thank you so much for this video and also for clustering session.... Your videos are really helpful for me .
@daniel98890
@daniel98890 8 жыл бұрын
Great effort and super explanation.....A Big Thank You
@chrgbhtt
@chrgbhtt 8 жыл бұрын
i liked the way you covered all aspects !! Very helpful share. - thanks
@tajudeen2
@tajudeen2 6 жыл бұрын
true
@upwalebhaiya2477
@upwalebhaiya2477 3 жыл бұрын
Thanks Ramu sir... Very well explained....
@sanjeevpabbi5190
@sanjeevpabbi5190 8 жыл бұрын
Very well explained for beginners, Thx
@braylenmateo9171
@braylenmateo9171 3 жыл бұрын
i guess it's kinda randomly asking but does anybody know of a good site to stream newly released series online?
@kabirjayceon5256
@kabirjayceon5256 3 жыл бұрын
@Braylen Mateo i use flixzone. You can find it by googling =)
@jaimeboston2384
@jaimeboston2384 3 жыл бұрын
@Kabir Jayceon definitely, I have been using flixzone for months myself :D
@braylenmateo9171
@braylenmateo9171 3 жыл бұрын
@Kabir Jayceon thanks, I went there and it seems like a nice service :D Appreciate it !!
@kabirjayceon5256
@kabirjayceon5256 3 жыл бұрын
@Braylen Mateo Happy to help xD
@reazulislam8446
@reazulislam8446 7 жыл бұрын
good teacher , no doubt , like the style very simple
@charanpudota
@charanpudota 8 жыл бұрын
Nice explanation...... THANK YOU
@syam035
@syam035 8 жыл бұрын
Nice presentation, really helpfull
@techcybertraining
@techcybertraining 6 жыл бұрын
Really good thorough explanation, thank you
@varunyada5251
@varunyada5251 11 жыл бұрын
Detailed Video, Thanks!! Q: In case of multiple availability groups, What happens to the app connection string if only one availability group fails and others stay on node 1?
@BryanSwanSQLServerBI
@BryanSwanSQLServerBI 10 жыл бұрын
Because SQL Server 2012 can host multiple availability groups on a single server, you can configure AlwaysOn to fail over to SQL Server instances on different servers. This reduces the need to have idle high performance standby servers to handle the full load of the primary server, which is one of the many benefits of using availability groups.
@metamanager
@metamanager 6 жыл бұрын
You need to carefully plan how to failover all AGs to other node if there is any problem with any of the AG.
@ChuTiya_TechHQ
@ChuTiya_TechHQ 7 жыл бұрын
I have a question that since it is at database level, what about both servers' master database copies. isn't it has to be same? if yes or no ? please explain. It is wonderful explaining
@sgopikrish
@sgopikrish 8 жыл бұрын
its very nice.. thanks for sharing...
@Abdulhafeezkalsekar
@Abdulhafeezkalsekar 3 жыл бұрын
Very Nicely described thanks. May i know your name plz
@BryanSwanSQLServerBI
@BryanSwanSQLServerBI 10 жыл бұрын
Great Video Series!
@dcalixte2
@dcalixte2 10 жыл бұрын
Is it okay to implement "a synchronous" alwaysON with the passive node located in a different data center? what will be the impact on performance? I know that the synchronous setup affect the day to day operation performance. If I decide to go async for that matter is it safe to say that maybe 30 mins (max) of data is lost?
@jimmyvivimegan
@jimmyvivimegan 7 жыл бұрын
Great tutorial! Would I be able to fail over to my secondary in DR site if my main data center which has the Windows Cluster configured goes down? Thank You.
@genius747
@genius747 6 жыл бұрын
Hello, i have Windows Server 2016 with SQL 2016 Enterprise. We have a failover cluster configuration. We have 2 nodes , SQL01 and 02. We have created an availability group which has 3 db's inside it. It is with Synchronous and readable on Secondary for both SQL servers. Automatic failover has been configured. currently jobs have been created on the SQL01 only. No jobs have been created on SQL02. Now when the failover happens: 1. Will it start writing data on the secondary SQL02 ? If yes , will that data be synchronized to SQL01 ? 2. What happens to the jobs ? if the jobs are processed will the data be replicated back to SQL02 ? Please help as i am trying to find a solution for this.
@fahdbahoo1
@fahdbahoo1 Жыл бұрын
windows cluster do not show after restart of windows ? why ? Windows server 2019 Data center edition
@13yasar
@13yasar 5 жыл бұрын
Well Explained ... Thank you so much,
@ChuTiya_TechHQ
@ChuTiya_TechHQ 7 жыл бұрын
what about if we have added more users ? how on secondary replica, new users will have authentication ? is it a manual job we need to perform ?
@kanyohaye
@kanyohaye 6 жыл бұрын
thanks very much that is amazing lecture!!!
@asifjanjua4238
@asifjanjua4238 6 жыл бұрын
Great Tutorial...Super
@rajuavula6477
@rajuavula6477 9 жыл бұрын
excellent sir....
@diushyant
@diushyant 5 жыл бұрын
How many times you will keep repeating same lines
@piyusworld2550
@piyusworld2550 3 жыл бұрын
Hi Sir y you don’t post anything on this channel..
@Deekudla
@Deekudla 8 жыл бұрын
Do we need to create windows cluster before installing SQL SERVER on both the nodes?
@metamanager
@metamanager 6 жыл бұрын
Yes Deepak, you need to put all replicas(servers) in windows cluster first and then configure always on. But in 2017, you can configure alwayson without cluster. You can select NONE as cluster type while configuring always on but automatic failover will not be possible without cluster.
@sivakumarcherukuri9556
@sivakumarcherukuri9556 3 жыл бұрын
can you make video for AG 2017, new features
@ChuTiya_TechHQ
@ChuTiya_TechHQ 7 жыл бұрын
how application will have credential on secondary replica ? how we can configure applications for AlwaysOn technology what if master database is corrupted, can we failover on secondary replica while we restore master db on primary
@afzzaps
@afzzaps 6 жыл бұрын
chan Liu we can't failover if the master database is corrupted because system databases can't be part of an availability group.
@metamanager
@metamanager 6 жыл бұрын
First, you need to manually create logins on primary and secondary replicas. logins are in master database which is not part of availability group. So, logins wont be propagated to secondary. If master database is corrupted, sql may go down and in that case there is possibility of automatic failover (if you have configured one). I have not tried master database corruption scenario. Good question, try it out and let me know.
@grusso1970
@grusso1970 8 жыл бұрын
thanks very much very useful!
@dswijesundera5054
@dswijesundera5054 6 жыл бұрын
Great stuff
@PushpaLatha-tc3bq
@PushpaLatha-tc3bq 5 жыл бұрын
Can you please tell me how have you created cluster instance
@metamanager
@metamanager 5 жыл бұрын
I have created SQL Server 2012 cluster videos, you may have to check
@PushpaLatha-tc3bq
@PushpaLatha-tc3bq 5 жыл бұрын
Could you share the link here
@narendramallu1931
@narendramallu1931 8 жыл бұрын
Great JOB...
@fredericovargas5963
@fredericovargas5963 11 жыл бұрын
Great video!
@jimsprstel1
@jimsprstel1 11 жыл бұрын
Good job
@abdulfareed9476
@abdulfareed9476 6 жыл бұрын
EXCELLENT
@shashankmore2128
@shashankmore2128 7 жыл бұрын
gr8 tutorial !!! 👍
@36revanth
@36revanth 11 жыл бұрын
excellent
@sehbdusa
@sehbdusa 6 жыл бұрын
please upload recent tutorials in respective chapters Thanks a lot
@Banghhhhhhh
@Banghhhhhhh 8 жыл бұрын
explain by hear !! thanks :)
@Avatar-cv9nv
@Avatar-cv9nv 6 жыл бұрын
This is Called -- Deep Dive Always On ..
@rajadevarapu2205
@rajadevarapu2205 6 жыл бұрын
good one but there is so much redundant information, repeating same statements.. had slept off twice :D
@metamanager
@metamanager 5 жыл бұрын
I will do better job next time.
@jasjeetsingh9652
@jasjeetsingh9652 8 жыл бұрын
explanation is good, but try to make all things fast. it is very slow.
@metamanager
@metamanager 6 жыл бұрын
I create videos for beginners. So, at times you have to be patient Jasjeet.
@Krishna-pk9up
@Krishna-pk9up 5 жыл бұрын
Sir speed is very less...
@mb9234
@mb9234 7 жыл бұрын
KUDOS Man ---/\---
@hamzaliaqat5390
@hamzaliaqat5390 7 жыл бұрын
Good Lectures but you just stretched thing :(
@metamanager
@metamanager 6 жыл бұрын
I agree with you. I stretched sometimes, probably should have edited the video better.
@anubhavasatiGurgaon
@anubhavasatiGurgaon 5 жыл бұрын
Some disappointment with your presentation. important things u skip like Backup preference,listeners etc. Many imp points u r skipping.Needs improvement.
@upwalebhaiya2477
@upwalebhaiya2477 3 жыл бұрын
Hi
@mallavarapuajaykumar7582
@mallavarapuajaykumar7582 5 жыл бұрын
great job but poor presentation...totally disappointed
SQL Server alwayson - part 3
1:17:54
metamanager
Рет қаралды 46 М.
SQL Server alwayson - part 1
22:32
metamanager
Рет қаралды 168 М.
My Daughter's Dumplings Are Filled With Coins #funny #cute #comedy
00:18
Funny daughter's daily life
Рет қаралды 30 МЛН
Un coup venu de l’espace 😂😂😂
00:19
Nicocapone
Рет қаралды 10 МЛН
ТИПИЧНОЕ ПОВЕДЕНИЕ МАМЫ
00:21
SIDELNIKOVVV
Рет қаралды 1,5 МЛН
规则,在门里生存,出来~死亡
00:33
落魄的王子
Рет қаралды 32 МЛН
SQL Server 2012 Clustering - Part 1
21:29
metamanager
Рет қаралды 153 М.
SQL Server 2012 Clustering - Part 4
18:42
metamanager
Рет қаралды 55 М.
SQL Server 2012 - AlwaysOn Availability Group Configuration
10:55
Sql Server 2014 AlwaysOn
18:46
John Ecken
Рет қаралды 20 М.
SQL Server Always On Availability Groups
44:04
Edwin M Sarmiento - SQL Server HA and DR
Рет қаралды 51 М.
SQL Server 2012 Clustering - Part 2
21:33
metamanager
Рет қаралды 69 М.
Always ON Availability Groups in SQL server - A HA-DR Solution || Ms SQL
28:19
My Daughter's Dumplings Are Filled With Coins #funny #cute #comedy
00:18
Funny daughter's daily life
Рет қаралды 30 МЛН