1 00:00:00,640 --> 00:00:04,410 Now with regard to SQL Server clustering and SQL Server load 2 00:00:04,410 --> 00:00:09,030 balancing, the SQL Server product itself has a feature called 3 00:00:09,030 --> 00:00:11,110 the Always On availability group. 4 00:00:11,110 --> 00:00:17,190 Now, you can run SQL Server databases in a traditional cluster, FCI, or 5 00:00:17,190 --> 00:00:22,570 failover cluster infrastructure, using an SOFS, Scale‑Out File Server, 6 00:00:22,570 --> 00:00:24,840 share just like I mentioned a few minutes ago. 7 00:00:24,840 --> 00:00:30,330 Always On availability groups are similar in principle to the Storage Spaces 8 00:00:30,330 --> 00:00:35,750 Direct and as much as administrators can leverage the database servers own 9 00:00:35,750 --> 00:00:39,760 local storage instead of having for you to shell out for a storage area 10 00:00:39,760 --> 00:00:44,260 network using iSCSI or Fibre Channel like we discussed earlier in the course. 11 00:00:44,260 --> 00:00:49,260 It's an easier way to provide high availability. So what you wind up with in 12 00:00:49,260 --> 00:00:50,650 your failover clusters, 13 00:00:50,650 --> 00:00:53,890 you've got your SQL Server nodes that are running the SQL Server 14 00:00:53,890 --> 00:00:58,570 database engine, but they're hosting those databases locally, as you can 15 00:00:58,570 --> 00:01:02,640 see. And when you configure an Always On availability group, you do that 16 00:01:02,640 --> 00:01:05,140 within the SQL Server control plane, 17 00:01:05,140 --> 00:01:11,010 you wind up with a one primary and one or more secondary instances, and those 18 00:01:11,010 --> 00:01:14,010 databases are all internally synchronized with each other. 19 00:01:14,010 --> 00:01:17,580 You see the benefit here? So you're avoiding that dependency on 20 00:01:17,580 --> 00:01:21,100 external shared storage, and you can failover from primary to 21 00:01:21,100 --> 00:01:24,640 secondary, and it's called an availability group because you can 22 00:01:24,640 --> 00:01:27,640 failover multiple databases together. 23 00:01:27,640 --> 00:01:31,920 Now, the availability group feature uses a listener IP 24 00:01:31,920 --> 00:01:35,950 address to address that virtual cluster in a similar way 25 00:01:35,950 --> 00:01:40,200 to how in failover clustering, you create a client access point. 26 00:01:40,200 --> 00:01:41,090 Again, Tim, 27 00:01:41,090 --> 00:01:49,000 why are you mentioning this? Especially, you might know that Microsoft has a separate SQL Server database administrator certification.