The post DH2i Enhances SQL Server Resilience Across Hybrid IT appeared first on DH2I.
]]>Check out the article as she goes through some of the key improvements and new features added to DH2i’s high availability and SQL Server Kubernetes orchestration software to help simplify cross-platform SQL Server managment.
Read the full article: Channel Insider
The post DH2i Enhances SQL Server Resilience Across Hybrid IT appeared first on DH2I.
]]>The post Introducing DxOperator v2: Smarter, Safer, More Adaptable SQL Server on Kubernetes appeared first on DH2I.
]]>Now, DH2i is taking a major step forward in flexibility, automation, and operational simplicity with the release of DxOperator v2.
DxOperator v2 builds on the proven foundation of the original release, while introducing key architectural and usability improvements that make SQL Server Availability Groups on Kubernetes easier to manage, easier to update, and easier to adapt and scale over time.
DxOperator is an included feature of DxEnterprise High Availability software. It was created to automate the deployment and lifecycle management of SQL Server Availability Groups on Kubernetes. It uses Kubernetes custom resources to allow users to define their exact AG specifications (e.g. number of replicas, replication mode, storage, networking, and more) and then automates the deployment process while making sure state is achieved and maintained.
DxOperator v2 focuses on one clear goal: advancing operational efficiency, reliability, and lifecycle automation for SQL Server Availability Groups on Kubernetes. The result is a far more capable software solution that handles scaling, updates, and connectivity with less manual intervention, while maintaining the high-availability guarantees required for enterprise SQL Server deployments.
With DxOperator, administrators could expand an Availability Group by adding replicas. DxOperator v2 takes scalability to the next level by supporting both scale-up and scale-down operations. Users can increase or shrink the number of pods in an Availability Group, with DxOperator v2 automatically de-configuring and removing replicas from a running cluster as needed.
Why it matters:
This makes SQL Server on Kubernetes far more adaptable. Whether you’re reducing costs, rebalancing workloads, or resizing for changing demand, v2 allows Availability Groups to evolve without downtime or fragile manual steps.
Updating SQL Server or DxEnterprise container images in v1 was a tedious, manual process in which users had to:
DxOperator v2 introduces automated rolling updates to simplify this process immensely.
Administrators can now instruct DxOperator to automatically delete and recreate pods one at a time using a new container image, and they still have the ability to retain manual control if desired. Kubernetes and DxEnterprise’s underlying high availability engine work together to ensure uptime is maintained throughout the process.
And for added clarification, DxOperator does not auto-detect or auto-pull new images. The administrator remains fully in control of which images are deployed — v2 simply makes the rollout safer and dramatically faster.
Why it matters:
Rolling updates are a foundational Kubernetes capability. Bringing them natively into SQL Server Availability Groups reduces risk, saves time, and aligns database operations with modern DevOps practices.
Exposing SQL Server to applications requires carefully configured network services. Kubernetes clusters are intentionally locked down by default, relying on services and load balancers to allow inbound connectivity.
DxOperator v1 offered basic boilerplate service creation that was sufficient for some environments, but limiting in others, especially across cloud providers.
DxOperator v2 introduces fully configurable service templates, allowing administrators to define load balancers and network services in full detail and have them automatically created per pod in an Availability Group.
Why it matters:
Different environments require different networking configurations. With v2, SQL Server connectivity can be tailored precisely to your cloud, on-prem, or hybrid setup — without post-deployment manual fixes.
One of the biggest architectural improvements in DxOperator v2 is invisible at first glance, but hugely impactful.
The custom resource definition (CRD) has been redesigned to use Kubernetes StatefulSets for pod management.
In the v1 release, DxOperator created and managed each SQL Server pod individually. While flexible, this required DxOperator itself to handle many low-level details such as ordering, storage attachment, and updates.
In v2, DxOperator delegates those responsibilities to Kubernetes by creating a single StatefulSet.
Why it matters:
StatefulSets are purpose-built for stateful workloads like databases. They handle pod identity, persistent storage, and rolling updates natively — and they do it extremely well. By leaning into the existing core competencies of Kubernetes, DxOperator v2 becomes simpler, more reliable, and easier to maintain over time.
DxOperator v2 isn’t just an incremental update — it’s a maturation of how SQL Server Availability Groups should run on Kubernetes:
For teams running production SQL Server workloads in containers, v2 reduces operational friction while increasing confidence and flexibility.
Whether you’re deploying new Availability Groups or modernizing existing ones, v2 provides a cleaner, more powerful operational model to unlock the benefits of containerization for critical SQL Server databases.
To learn more, explore the DxOperator product page, documentation, and quick-start resources, or reach out to DH2i for a free demo to see DxOperator v2 in action.
The post Introducing DxOperator v2: Smarter, Safer, More Adaptable SQL Server on Kubernetes appeared first on DH2I.
]]>The post DxEnterprise v26: Simplified High Availability for SQL Server—Built for Hybrid and Multi-Cloud appeared first on DH2I.
]]>
The post DxEnterprise v26: Simplified High Availability for SQL Server—Built for Hybrid and Multi-Cloud appeared first on DH2I.
]]>The post DxEnterprise v26.0: Five Big Upgrades That Raise the Bar for SQL Server HA appeared first on DH2I.
]]>Here are the five highlights that define this release.
Availability Groups don’t always fail at the instance level—often it’s a single database that causes trouble.
DxEnterprise v26.0 introduces database-level health monitoring, enabled by default. This allows DxEnterprise to detect and react to database-specific issues inside an AG without waiting for broader instance-level failure conditions.
Why it matters: When one database in an AG becomes unhealthy due to corruption, blocked recovery, or stalled I/O, traditional monitoring may not react quickly enough. With database-level visibility, DxEnterprise can surface the problem immediately, helping administrators isolate the issue before it spreads or triggers unnecessary failovers.
Real-World Scenario: A reporting database enters a recovery loop while the rest of the AG is healthy. Instead of failing over the entire instance or leaving the issue undetected, DxEnterprise flags the affected database directly, allowing faster diagnosis and a more targeted response.
Quorum enforcement now happens where it belongs: at the Availability Group level.
With automatic per-AG quorum enforcement, DxEnterprise continuously evaluates replica availability. If quorum requirements for synchronous replicas aren’t met, affected replicas are automatically shut down and demoted.
Why it matters: In complex environments—especially during partial outages or network partitions—replicas can remain online in unsafe states. Per-AG quorum enforcement ensures DxEnterprise actively prevents split-brain conditions rather than relying on manual intervention or best-effort safeguards.
Real-World Scenario: A network issue isolates one synchronous replica from the rest of the cluster. DxEnterprise detects that quorum requirements are no longer met and automatically demotes the isolated replica, preventing two primaries from accepting writes at the same time.
DxEnterprise v26.0 adds support for secondary (backup) SQL Server login credentials so that credential-related issues don’t become availability incidents. If authentication using the primary credential fails, DxEnterprise automatically retries using the backup credential.
Why it matters: Password rotations, expired credentials, or temporary authentication issues are common, and they often happen during maintenance windows or off-hours. Backup credentials allow DxEnterprise to continue monitoring and managing SQL Server without interruption.
Real-World Scenario: A DBA rotates the primary SQL login during a scheduled security update, but one node hasn’t received the new credential yet. Instead of failing connectivity checks or delaying a failover, DxEnterprise seamlessly authenticates using the backup credential and continues operating normally.
The Linux version of DxEnterprise now runs on .NET 8, providing improved performance, stronger security, and long-term support alignment.
Why it matters: Modern runtimes reduce exposure to security vulnerabilities and improve efficiency under load. Moving to .NET 8 ensures DxEnterprise benefits from ongoing performance optimizations and security updates, without requiring changes to existing deployments.
Real-World Scenario: In a high-throughput environment with frequent monitoring updates, the .NET 8 runtime delivers more efficient memory handling and faster execution, helping monitoring services remain responsive during peak activity.
Running SQL Server across Windows and Linux shouldn’t introduce unpredictable behavior. DxEnterprise v26.0 improves resiliency in mixed-OS environments, addressing edge cases related to instance provisioning and system database handling to ensure consistent behavior across platforms.
Why it matters: Heterogeneous clusters are powerful, but subtle platform differences can cause reliability issues if not handled carefully. These improvements make mixed-OS clusters behave more like a single, cohesive system.
Real-World Scenario: A cluster with Windows primaries and Linux secondaries undergoes maintenance. With v26.0, system databases relocate cleanly and instance operations behave consistently, reducing manual cleanup and post-maintenance validation work.
DxEnterprise v26.0 is built around the kinds of failures teams actually encounter:
By addressing these scenarios directly, this release delivers safer failovers, clearer visibility, and fewer operational surprises. Organizations can protect data integrity across hybrid and containerized environments, minimize manual intervention and operational overhead, and provide actionable insights for proactive monitoring and troubleshooting.
Want to see the latest iteration of DxEnterprise in action? Request a personalized demo on our site.
Prefer to learn your way around new software solutions on your own terms? Head to our site and gain instant access to a free trial license of DxEnterprise v26. You can try it out in your own environment and utilize a full month of complementary email support from our Technical Support Team.
The post DxEnterprise v26.0: Five Big Upgrades That Raise the Bar for SQL Server HA appeared first on DH2I.
]]>The post DH2i Launches DxEnterprise v26.0 and DxOperator v2 Strengthening High Availability, Disaster Recovery, and Operational Resilience Across SQL Server Environments appeared first on DH2I.
]]>Fort Collins, CO (March 17, 2026) — DH2i®, a leading provider of always-secure and always-on IT solutions, today announced the general availability (GA) launch of DxEnterprise v26.0 and DxOperator v2, featuring significant high availability (HA), disaster recovery (DR), and operational resilience capabilities enhancements for SQL Server deployments across Windows, Linux, and Kubernetes environments. Together, the releases introduce meaningful advances in availability group (AG) protection, security controls, observability, and automation for both traditional and containerized SQL Server deployments.
In today’s enterprises, a perfect storm has emerged where applications have become direct revenue channels, infrastructure complexity has increased while IT staffing has not, modernization initiatives are no longer optional, security and compliance requirements are tightening, and software update velocity has accelerated. Together, these forces expose the limits of traditional HA approaches. What once worked for small, static clusters no longer scales when SQL Server deployments span hybrid, multi-platform, and containerized environments that demand continuous availability, stronger safeguards, and higher levels of automation. DxEnterprise v26.0 and DxOperator v2 address these challenges head-on.
DxEnterprise v26.0 focuses on improving cluster resilience, visibility, and administrative confidence through enhanced monitoring, stronger safeguards against split-brain scenarios, expanded credential support, and platform modernization. DxOperator v2 extends those capabilities into Kubernetes environments, giving users greater control over scale, updates, and network configuration for SQL Server AGs running in containers.
“Enterprise IT teams are being asked to do something incredibly difficult right now. They have to keep SQL Server environments running around the clock, support modernization across Linux and Kubernetes, meet new security and compliance requirements, and still somehow reduce operational risk. Most of the traditional HA tools simply were not built for that world,” said Don Boxley, CEO and Co-Founder, DH2i. “With DxEnterprise v26.0 and DxOperator v2, we set out to remove that pressure. DH2i is focused on giving organizations stronger safeguards, clearer visibility, and more automation so they can modernize at their own pace without compromising uptime… or their team’s sanity.”
“As organizations modernize their SQL Server environments across Windows, Linux, and Kubernetes, high availability and operational resilience become increasingly critical,” said Amit Khandelwal, Principal Product Manager, Data Platform – SQL Server, Microsoft. “Features like Dxoperator-driven scale‑up and scale‑down of Availability Group replicas, database‑level health monitoring enabled by default, streamlined AG configuration and more significantly improve how customers manage, operate, and scale SQL Server Availability Groups in hybrid and containerized environments with DH2i’s DxEnterprise.”
DH2i’s DxEnterprise v26.0 and DxOperator v2 are now generally available (GA) – to learn more, please visit: https://dh2i.com/blog/sql-server-high-availability-upgrades-v26/ and https://dh2i.com/blog/dxoperator-v2-sql-server-on-kubernetes/ respectively.
To dive even deeper, please join DH2i’s upcoming webinar, High Availability, Simplified: What’s New in DxEnterprise v26 & DxOperator v2, on April 16 at 12:00pm ET / 9:00am PT. Save your seat by registering here: https://dh2i.com/webinar-simplified-high-availability-solution/.
DH2i Company is a leading provider of multi-platform smart high availability (HA) clustering software and software-defined perimeter (SDP) for Windows, Linux, and containers. DH2i enables users to connect securely and failover enterprise applications – from anywhere to anywhere. DH2i’s DxOdyssey® SDP software, the unVPN® networking solution for Zero Trust security, enables users to create highly available application-level Zero Trust Network Access tunnels across any mix of locations and platforms. DH2i’s DxEnterprise® smart high availability clustering software – now optimized for containers – delivers an all-in-one clustering solution for any application, any OS, any server configuration, and any cloud. DxEnterprise is the only SQL Server clustering solution that provides fully automatic failover of SQL Server AG in Kubernetes and OpenShift. To learn more, please visit www.dh2i.com, call 800-380-5405, or email [email protected].
Also published on the following sites:
BriefGlance
The IT Nerd
PR Newswire
VMBlog
The post DH2i Launches DxEnterprise v26.0 and DxOperator v2 Strengthening High Availability, Disaster Recovery, and Operational Resilience Across SQL Server Environments appeared first on DH2I.
]]>The post DH2i: SQL Server on Linux? Yes, and High Availability Too appeared first on DH2I.
]]>View the article here: Intellyx
The post DH2i: SQL Server on Linux? Yes, and High Availability Too appeared first on DH2I.
]]>