SQL Server

Winsage
September 9, 2026
Microsoft addressed 974 vulnerabilities in its software suite during its recent Patch Tuesday, marking a record high. The breakdown includes 723 flaws in Windows, 111 in Office, 62 in SQL, and 22 in Developer Tools, with over 110 rated as critical. Two actively exploited vulnerabilities are CVE-2026-85880 and CVE-2026-81963, both allowing local privilege elevation. Other notable vulnerabilities include CVE-2026-55007 (8.1), CVE-2026-80097 (8.6), CVE-2026-69465 (8.8), and several with CVSS scores of 9.6 and above. Microsoft has patched a total of 2,760 security flaws this year, reflecting a trend of increasing vulnerability discoveries. Despite the extensive patching, no significant spike in active exploits has been observed.
Tech Optimizer
August 14, 2026
Databricks has acquired ElectricSQL, a startup specializing in PostgreSQL database capabilities, to enhance its offerings by extending PostgreSQL functionalities to edge devices. The acquisition, announced on August 11, aims to streamline operations for AI agents by allowing local data access. ElectricSQL has developed PGlite, a lightweight WebAssembly version of PostgreSQL for faster data access and real-time synchronization. This acquisition follows Databricks' earlier integration of PostgreSQL capabilities through the acquisition of Neon in May 2025. The founders of Electric, James Arthur and Kyle Matthews, will join Databricks. PostgreSQL has become the most popular open-source database by 2024, recognized for its versatility in handling diverse data types. Databricks' acquisition strategy also includes previous acquisitions like Neon and MosaicML, aimed at enhancing its AI development tools.
Winsage
August 10, 2026
DH2i will host a live webinar titled "Simplify Hybrid SQL Server: Windows & Red Hat OpenShift Side By Side" on August 20 at 12:00 PM Eastern Time (9:00 AM Pacific Time) in collaboration with Microsoft and Red Hat. The webinar aims to help organizations extend their SQL Server OLTP environments to Red Hat OpenShift, focusing on deploying a secure, cross-platform Availability Group (AG) linking Windows Server VMs with Red Hat OpenShift. Key topics include automating Kubernetes AG cluster deployment, establishing secure connections using Zero Trust Networking (ZTNA), and implementing HA automation for hybrid SQL Server environments. Featured speakers include OJ Ngo from DH2i, Amit Khandelwal from Microsoft, and Vivien Wang from Red Hat. Registration is available for those interested in attending or accessing the recording later.
Tech Optimizer
August 5, 2026
Google Cloud has introduced its Database Migration Service, which focuses on converting SQL Server stored procedures with multiple result sets into PostgreSQL code. The service uses an automated decision-making process to determine if a SQL Server procedure should be translated into a PostgreSQL stored procedure or function, based on the number of result sets and the presence of a scalar return value. Procedures with a single result set or scalar return value are converted into PostgreSQL stored procedures, while those with multiple result sets are transformed into functions returning a SETOF refcursor. In a healthcare reporting example, a master procedure retrieves patient details and may return multiple result sets along with a status integer. The PostgreSQL translation involves simpler child procedures as standard procedures and more complex routines as functions that open cursors sequentially. Scalar return values are handled by placing them in a dedicated cursor at the end of execution, changing how applications interact with the outputs. Testing of these translated objects must occur within an explicit transaction block due to PostgreSQL cursor lifecycle constraints. The user executes the function to generate cursor references and fetches data sequentially. Google Cloud's internal analysis classifies stored procedures by scanning for direct result sets and considers conditional logic and loops that may complicate result set counts. A directed graph of procedure calls is constructed to determine the result set classification. Database migrations often face challenges due to legacy application logic, especially with stored procedures designed to minimize database round trips. Successful code conversion is only part of the task, as teams must also adjust test harnesses and application data access layers for PostgreSQL's cursor management. Google Cloud's service categorizes SQL Server procedures into three types: no result sets, a single result set, or multiple/dynamic result sets.
Winsage
July 22, 2026
October 2026 will see the end of support for several Microsoft products, including Office LTSC 2021, which requires organizations to transition to LTSC 2024 or Microsoft 365 for continued support. Windows Server 2022 will exit mainstream support on October 13, 2026, while Windows 11 24H2 Home and Pro editions will also reach their end of life on the same date. The enterprise and education versions of Windows 11 23H2 will be supported until November 10, 2026. Publisher 2021 will be discontinued without a successor. Additionally, Entra ID Sign-In risk policies will be phased out on October 1, 2026, necessitating a transition to Conditional Access to maintain user and sign-in risk protection. SQL Server 2017 is scheduled for retirement in October 2027.
Search