Database Administration & Monitoring, Database management, Operating systems, SQL Server SQL Server Snapshot Backup and Restore with Proxmox ZFS – REST API with SQL Server 2025 (3/3) 14.05.2026 by Amine Haloui The proposed architecture consists in adding a small internal REST API on the Proxmox server in order to expose a controlled ZFS snapshot operation. SQL Server 2025 can then call this API through sp_invoke_external_rest_endpoint, instead of running SSH commands directly(…)
Database Administration & Monitoring, Database management, Operating systems, SQL Server SQL Server Snapshot Backup and Restore with Proxmox ZFS – Powershell implementation (2/3) 14.05.2026 by Amine Haloui In the previous section, we discussed the drawbacks of running the commands manually. Indeed, the manual process was taking too much time and could directly impact the database state while the freeze was occurring. To address this issue, it is(…)
Database management, Hardware & Storage, Operating systems, SQL Server SQL Server Snapshot Backup and Restore with Proxmox ZFS (1/3) 14.05.2026 by Amine Haloui We are currently working with clients on migrations to SQL Server 2022 and SQL Server 2025. During a discussion with one client, we reviewed some of the benefits introduced in the latest SQL Server 2022 and 2025 releases. Among the(…)
Database management, SQL Server When a Python driver configuration issue may cause blocking in SQL Server 14.05.2026 by Amine Haloui One of our clients encountered blocking during their daily data load. The process loads several million rows and then performs an ALTER TABLE … SWITCH operation into a partitioned table. This operation usually takes some time, but in this case(…)
Business Intelligence, Database Administration & Monitoring, Database management A Misleading SSAS Error in Power BI Report Server When Using DirectQuery Mode 14.05.2026 by Amine Haloui Our client was experiencing issues after publishing a report that used Direct Query mode. Specifically, when the report was queried, the following error occurred: Error : We couldn’t connect to the Analysis Services server. Make sure you’ve entered the connection(…)
Business Intelligence, Cloud, Development & Performance, SQL Server SQLDay 2026 Workshops Overview 14.05.2026 by Amine Haloui SQLDay 2026 offers a full-day workshop program on 11 May 2026, before the main conference scheduled for 12–13 May 2026 in Wrocław, with onsite and online participation options depending on the session. The workshops cover several areas of(…)
Enterprise content management Stop measuring ECM success like this 13.05.2026 by Guillaume Meunier As I’ve mentioned in some of my previous blog posts, ECM projects don’t fail because of the chosen technology. Most products can meet the necessary requirements. The choice of a solution is driven more by other aspects, such as the(…)
Database Administration & Monitoring, Database management PostgreSQL 19: Dynamically adjust the I/O worker pool 13.05.2026 by Daniel Westermann When PostgreSQL 18 was released last year one of the major features was the introduction of the asynchronous I/O subsystem. The main configuration parameter for this was (and still is)(…)
Oracle Increase GoldenGate 26ai Log Retention 12.05.2026 by Julien Delattre GoldenGate logs are a powerful source of information when debugging or analyzing your deployments. However, some of these logs have a rather low retention period in active deployments. They might then not even be useful for debugging if you send(…)
Database Administration & Monitoring, Database management PostgreSQL 19: pg_waldump can now read from archives 11.05.2026 by Daniel Westermann When PostgreSQL 18 introduced the ability to verify tar based (and compressed) backups with pg_verifybackup there was one limitation: The verification of the WAL files in the tars (or compressed files) had(…)