Database Administration & Monitoring SQL Server 2016 AlwaysOn: Direct seeding and backup considerations 12.07.2016 by Microsoft Team As promised in my prior blog post, we’ll talk now about direct seeding feature and backups. We found an interesting LIMIT_CONCURRENT_BACKUPS value for current state of the hadr_automatic_seeding_state_transition event. As said last time, this value is(…)
Database Administration & Monitoring, Development & Performance SQL Server 2016 AlwaysOn: Direct seeding and performance considerations 08.07.2016 by Microsoft Team This blog post follows the previous one about new direct seeding feature shipped with SQL Server 2016. As a reminder, I had some doubts about using direct seeding with large databases because log stream is not(…)
Database Administration & Monitoring SQL Server 2016 AlwaysOn: distributed availability groups 20.06.2016 by Microsoft Team This time, I will talk about distributed availability groups. What’s that? In short, a group of availability groups. Sounds good right? But in which cases may we need such architecture? Firstly, let’s say that(…)
Database Administration & Monitoring SQL Server 2016 AlwaysOn: Add DBs in AGs with direct seeding 20.06.2016 by Microsoft Team In this blog I would like to talk about two new features shipped with SQL Server 2016 for AlwaysOn availability groups. The first one concerns the new direct seeding capability and the seconde one introduces distributed availability groups(…)
Database Administration & Monitoring SQL Server AlwaysOn: is my database ready for failover? 14.06.2016 by Microsoft Team In this blog post I just want to clarify values that we may find from the is_failover_ready column of the sys.dm_hadr_database_replica_cluster_states DMV. A couple of days ago, I had an interesting discussion with one of my customers during which he(…)
Database Administration & Monitoring, Database management SQL Server AlwaysOn: when a listener becomes the cluster and vice versa 19.02.2016 by Microsoft Team Let’s talk about a funny story that concerns an interesting issue that I faced a couple of months ago at one of my customers. Initially, the problem concerned only the creation of an availability group listener but after deleting the(…)
Database Administration & Monitoring SQL Server AlwaysOn and availability groups : session timeout parameter 20.01.2016 by Microsoft Team Have you ever faced to timeout issues with SQL Server availability groups? If you take a look at the timeout parameters for an availability group, you will find a plenty of configuration settings. Indeed, you have timeout parameters(…)
Database management SQL Server 2016 – availability groups and gMSAs 05.01.2016 by Microsoft Team This blog post will probably not concern customers where either password policy change rules are not defined for service accounts or Kerberos authentication is not used. But I’m sure that the number of these customers has decreased over at least(…)
Database Administration & Monitoring SQL Server 2016 : availability groups with no domain dependencies 27.09.2015 by Microsoft Team Are you aware about the new features of the next Windows version? Currently we’re in TP3 and during my investigation, I was very happy to see the new features for Windows clustering (cf. this blog post from Microsoft). By(…)
Database Administration & Monitoring SQL Server AlwaysOn : readable secondary replicas and index rebuild online vs offline 23.09.2015 by Microsoft Team A couple of weeks ago, I was involved in a discussion on the French forum developpez.com about SQL Server AlwaysOn and availability groups, index strategies and the impact on the readable secondary replicas. During this discussion,(…)