Business Intelligence, Database management, MS Teams, Non classifié(e), SQL Server Data Point Prague 2026 01.06.2026 by Stéphane Savorgnano For the first time, I joined some days ago the Data Point Prague . The biggest International Data Conference in Prague. A two-day event dedicated to advancing knowledge in data technologies. Thanks to dbi-services to let me the(…)
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(…)
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)(…)
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(…)
Database Administration & Monitoring, Database management PostgreSQL 19: Importing statistics from remote servers 20.04.2026 by Daniel Westermann Usually we do not see many foreign data wrappers being used by our customers. Most of them use the foreign data wrapper for Oracle to fetch data from Oracle systems. Some of them use the(…)
Database Administration & Monitoring, Database management PostgreSQL 19: Online enabling of data checksums 17.04.2026 by Daniel Westermann Since PostgreSQL 18 was released last year checksums are enabled by default when a new cluster is initialized. This also means, that you either need to explicitly disable that when you upgrade from a previous version of PostgreSQL or you(…)