DH2I https://dh2i.com/ Wed, 18 Mar 2026 16:17:13 +0000 en-US hourly 1 https://wordpress.org/?v=6.9.1 https://dh2i.com/wp-content/uploads/2022/10/cropped-DH2i-favicon-1-32x32.png DH2I https://dh2i.com/ 32 32 DH2i Enhances SQL Server Resilience Across Hybrid IT https://dh2i.com/news/dh2i-enhances-sql-server-resilience-across-hybrid-it/ https://dh2i.com/news/dh2i-enhances-sql-server-resilience-across-hybrid-it/#respond Tue, 17 Mar 2026 19:11:08 +0000 https://dh2i.com/?p=31322 Our CEO & Co-Founder, Don Boxley, sat down for a call with Channel Insider’s Victoria Durgin for a briefing regarding DH2i’s latest software release of DxEnterprise v26 and DxOperator v2. 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...

The post DH2i Enhances SQL Server Resilience Across Hybrid IT appeared first on DH2I.

]]>
Our CEO & Co-Founder, Don Boxley, sat down for a call with Channel Insider’s Victoria Durgin for a briefing regarding DH2i’s latest software release of DxEnterprise v26 and DxOperator v2.

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.

]]>
https://dh2i.com/news/dh2i-enhances-sql-server-resilience-across-hybrid-it/feed/ 0
Introducing DxOperator v2: Smarter, Safer, More Adaptable SQL Server on Kubernetes https://dh2i.com/blog/dxoperator-v2-sql-server-on-kubernetes/ https://dh2i.com/blog/dxoperator-v2-sql-server-on-kubernetes/#respond Tue, 17 Mar 2026 00:01:41 +0000 https://dh2i.com/?p=31277 Running Microsoft SQL Server on Kubernetes is no longer a fringe use case, but doing it well still requires careful orchestration. High availability, rolling updates, networking, and lifecycle management all become more complex once SQL Server is containerized. That’s exactly why DH2i created DxOperator in the first place, and it has since garnered the reputation as Microsoft’s preferred SQL Server Operator...

The post Introducing DxOperator v2: Smarter, Safer, More Adaptable SQL Server on Kubernetes appeared first on DH2I.

]]>
Running Microsoft SQL Server on Kubernetes is no longer a fringe use case, but doing it well still requires careful orchestration. High availability, rolling updates, networking, and lifecycle management all become more complex once SQL Server is containerized. That’s exactly why DH2i created DxOperator in the first place, and it has since garnered the reputation as Microsoft’s preferred SQL Server Operator for Kubernetes.  

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. 

A Quick Recap: DH2i’s SQL Server Operator for Kubernetes 

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. 

What’s New in DxOperator v2 

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. 

Scale Up and Scale Down SQL Server Availability Groups 

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. 

Automated Rolling Updates for Container Images 

Updating SQL Server or DxEnterprise container images in v1 was a tedious, manual process in which users had to: 

  1. Configure the new image
  2. Delete one pod
  3. Wait for it to be recreated
  4. Verify health
  5. Repeat for each replica 

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.  

Flexible, Per-Instance Service Templates 

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.  

A Redesigned Custom Resource Built on StatefulSets 

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.  

Why DxOperator v2 Is a Big Step Forward 

DxOperator v2 isn’t just an incremental update — it’s a maturation of how SQL Server Availability Groups should run on Kubernetes: 

  • More control over scaling and networking
  • Less manual work during upgrades and changes
  • Better alignment with native Kubernetes capabilities
  • Stronger foundations for long-term operability 

For teams running production SQL Server workloads in containers, v2 reduces operational friction while increasing confidence and flexibility.  

Getting Started with DxOperator v2 

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 pagedocumentation, 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.

]]>
https://dh2i.com/blog/dxoperator-v2-sql-server-on-kubernetes/feed/ 0
DxEnterprise v26: Simplified High Availability for SQL Server—Built for Hybrid and Multi-Cloud https://dh2i.com/blog/v26-simplified-sql-server-high-availability/ https://dh2i.com/blog/v26-simplified-sql-server-high-availability/#respond Tue, 17 Mar 2026 00:01:39 +0000 https://dh2i.com/?p=31291 Whether you’re running SQL Server on Windows, Linux, Kubernetes, or a hybrid environment, DxEnterprise v26 delivers stronger high availability, smarter security, and greater cross-platform resilience to make your critical systems more reliable and easier to manage than ever. Learn more about DxEnterprise v26 and the next evolution database orchestration for SQL Server Kubernetes clusters in...

The post DxEnterprise v26: Simplified High Availability for SQL Server—Built for Hybrid and Multi-Cloud appeared first on DH2I.

]]>
Whether you’re running SQL Server on Windows, Linux, Kubernetes, or a hybrid environment, DxEnterprise v26 delivers stronger high availability, smarter security, and greater cross-platform resilience to make your critical systems more reliable and easier to manage than ever. Learn more about DxEnterprise v26 and the next evolution database orchestration for SQL Server Kubernetes clusters in our other blogs.

DxEnterprise V26 is raising the bar for SQL Server high availability software with increased uptime and flexibility, and reduced complexity.

The post DxEnterprise v26: Simplified High Availability for SQL Server—Built for Hybrid and Multi-Cloud appeared first on DH2I.

]]>
https://dh2i.com/blog/v26-simplified-sql-server-high-availability/feed/ 0
DxEnterprise v26.0: Five Big Upgrades That Raise the Bar for SQL Server HA https://dh2i.com/blog/sql-server-high-availability-upgrades-v26/ https://dh2i.com/blog/sql-server-high-availability-upgrades-v26/#respond Tue, 17 Mar 2026 00:01:11 +0000 https://dh2i.com/?p=31272 High availability (HA) in SQL Server environments is only as strong as the mechanisms that enforce consistency and detect problems early. DxEnterprise v26.0 is a focused release with one clear goal: make SQL Server high availability safer, smarter, and easier to operate—especially at scale and across platforms.  Here are the five highlights that define this release. 1. Database-Level Health...

The post DxEnterprise v26.0: Five Big Upgrades That Raise the Bar for SQL Server HA appeared first on DH2I.

]]>
High availability (HA) in SQL Server environments is only as strong as the mechanisms that enforce consistency and detect problems early. DxEnterprise v26.0 is a focused release with one clear goal: make SQL Server high availability safer, smarter, and easier to operate—especially at scale and across platforms. 

Here are the five highlights that define this release.

1. Database-Level Health Monitoring

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. 

2. Per-AG Quorum Enforcement to Prevent Split-Brain

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. 

3. Backup SQL Server Credentials for Higher Resilience

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. 

4. Modernized Runtime with .NET 8

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. 

5. Stronger Resiliency in Mixed Windows & Linux Clusters

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. 

A Release Focused on Real-World HA Scenarios

DxEnterprise v26.0 is built around the kinds of failures teams actually encounter: 

  • Partial outages
  • Credential changes
  • Database-level failures
  • Cross-platform complexity 

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.

]]>
https://dh2i.com/blog/sql-server-high-availability-upgrades-v26/feed/ 0
DH2i Launches DxEnterprise v26.0 and DxOperator v2 Strengthening High Availability, Disaster Recovery, and Operational Resilience Across SQL Server Environments https://dh2i.com/news/v26-strengthens-sql-server-ha-dr-resilience/ https://dh2i.com/news/v26-strengthens-sql-server-ha-dr-resilience/#respond Tue, 17 Mar 2026 00:01:03 +0000 https://dh2i.com/?p=31292 New Releases Deliver Deeper SQL Server Health Monitoring, Automated Quorum Enforcement, Improved Security, and More Flexible, Efficient Management of Containerized Availability Groups 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...

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.

]]>
New Releases Deliver Deeper SQL Server Health Monitoring, Automated Quorum Enforcement, Improved Security, and More Flexible, Efficient Management of Containerized Availability Groups

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.”

What’s New in DxEnterprise v26.0 

Deeper SQL Server and Availability Group Intelligence

  • Database-level health monitoring is now enabled by default, allowing faster detection of issues affecting individual databases within an AG
  • Split-brain scenarios are prevented via automatic per-availability-group quorum enforcement by demoting or shutting down replicas when quorum requirements are not met
  • Improved replica connectivity alerts provide real-time notification when replicas disconnect or when SQL Server replica configurations diverge from expected cluster state

Improved Security and Credential Resilience

  • Support for secondary SQL Server backup credentials enables automatic fallback if primary authentication fails, reducing downtime caused by credential changes or expirations
  • Administrative sessions are automatically disconnected when the cluster passkey changes, ensuring only authorized users with current credentials retain access
  • The DxAdmin user interface now includes clearer prompts, stronger validation, and improved feedback for passkey configuration

Greater Stability and Observability

  • Core monitoring services, including DxLMonitor, DxCMonitor, DxStorMonitor, and DxHealthMonitor, have received reliability and stability improvements to reduce unexpected restarts and improve overall cluster resilience
  • Basic anonymous telemetry is now available to help improve product quality and diagnostics, with opt-out configuration for customers who prefer not to participate

Platform and Usability Enhancements

  • DxEnterprise’s Linux version now runs on the .NET 8.0 runtime, delivering improved performance, security, and long-term support alignment
  • Virtual hosts can now be renamed using a new rename-vhost command, simplifying cluster management and reorganization
  • Additional safeguards prevent accidental overwriting of existing data stores during SQL Server high availability virtualization
  • Enhancements to DxCLI and DxPS improve command-line usability, including human-readable XML output and new PowerShell cmdlets
  • The DxCollect utility now includes expanded command-line options for more targeted diagnostics and log collection.

What’s New in DxOperator v2 

Flexible Scaling Up and Down

  • Availability group clusters can now be expanded or reduced dynamically
  • Unlike the previous version, DxOperator v2 can safely de-configure and remove replicas from a running cluster, enabling true scale-down operations

Automated Rolling Updates

  • Administrators can automate rolling updates of SQL Server or DxEnterprise container images, allowing pods to be updated one at a time without manual intervention
  • Updates can also be performed manually when desired, giving operators full control over rollout strategy
  • DxOperator does not automatically check for new container versions, ensuring that administrators remain in control of when and how updates are applied

Advanced Network and Service Configuration

  • Flexible service templates allow load balancers and other network services to be fully specified and automatically deployed per availability group replica
  • This enables more consistent connectivity across different Kubernetes environments and cloud providers

Redesigned Custom Resource and StatefulSet Adoption

  • The custom resource definition has been redesigned for greater flexibility and now leverages Kubernetes StatefulSets
  • By delegating pod creation, storage allocation, and rolling upgrades to Kubernetes, DxOperator v2 simplifies internal logic while benefiting from native Kubernetes reliability and lifecycle management

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/.

About DH2i

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.

]]>
https://dh2i.com/news/v26-strengthens-sql-server-ha-dr-resilience/feed/ 0
DH2i: SQL Server on Linux? Yes, and High Availability Too https://dh2i.com/news/sql-server-on-linux-and-high-availability/ https://dh2i.com/news/sql-server-on-linux-and-high-availability/#respond Tue, 17 Mar 2026 00:00:24 +0000 https://dh2i.com/?p=31320 After joining our CEO, Don Boxley, for a briefing session, the team at Intellyx took the time to complete a short write-up regarding the newest release of our SQL Server High Availability software, DxEnterprise v26, and its accompanying SQL Server Operator for Kubernetes, DxOperator v2. View the article here: Intellyx

The post DH2i: SQL Server on Linux? Yes, and High Availability Too appeared first on DH2I.

]]>
After joining our CEO, Don Boxley, for a briefing session, the team at Intellyx took the time to complete a short write-up regarding the newest release of our SQL Server High Availability software, DxEnterprise v26, and its accompanying SQL Server Operator for Kubernetes, DxOperator v2.

View the article here: Intellyx

The post DH2i: SQL Server on Linux? Yes, and High Availability Too appeared first on DH2I.

]]>
https://dh2i.com/news/sql-server-on-linux-and-high-availability/feed/ 0