Azure, Business Intelligence, Cloud, Database Administration & Monitoring, Database management SQLDay 2025 – Wrocław – Sessions 19.05.2025 by Amine Haloui After a packed workshop day, the SQLDay conference officially kicked off on Tuesday with a series of sessions covering cloud, DevOps, Microsoft Fabric, AI, and more. Here is a short overview of the sessions I attended on the first day(…)
Azure, Business Intelligence, Cloud, Database Administration & Monitoring, Database management SQLDay 2025 – Wrocław – Workshops 19.05.2025 by Amine Haloui I had the chance to attend SQLDay 2025 in Wrocław, one of the largest Microsoft Data Platform conferences in Central Europe. The event gathers a wide range of professionals, from database administrators to data engineers and Power BI developers. The(…)
Database Administration & Monitoring, SQL Server SQL Server 2025 Public Preview and SSMS 21 now available 19.05.2025 by Microsoft Team This is a short blog post to share that the SQL Server 2025 public preview is now available for download. At the same time, SSMS 21 has also been released and is now generally available. The LinkedIn post by Bob(…)
Database management, Development & Performance, SQL Server Set SQL Server Trace Flags Automatically and Smoothly 29.04.2025 by Hocine Mechara Managing SQL Server trace flags effectively is a common task for DBAs and system engineers, especially when tuning the SQL Server behavior for specific use cases or performance optimizations. While trace flags can be enabled programmatically using T-SQL commands such(…)
Database Administration & Monitoring, Database management, Development & Performance, MS Teams, SQL Server Starting with PowerShell 7 and parallelization 26.02.2025 by Stéphane Savorgnano For the time being Windows PowerShell 5.1 is installed with Windows Server. It means that if you want to use or even test PowerShell 7 you need to install it by your own.To be honest, even if I’m using PowerShell(…)
Delphix, DevOps, Oracle, PostgreSQL, SQL Server Delphix Data Virtualization and Masking 20.02.2025 by Hervé Schweitzer After successfully completing several customer projects involving Delphix products, Data Virtualization and Data Masking, I decided to set up a complete infrastructure internally to test the combination of both products. Delphix Data Virtualization Creates only a virtual copy of(…)
Azure, Database Administration & Monitoring, Development & Performance, SQL Server An introduction to Azure Database watcher 17.02.2025 by Amine Haloui Azure Database watcher is a managed monitoring service designed to provide insights and diagnostics for Azure databases and Azure Managed Instance. It helps database administrators and developers track performance, detect anomalies and troubleshoot issues efficiently. By collecting telemetry data, logs(…)
Database Administration & Monitoring, Database management, Development & Performance, SQL Server Customer case study – SQL Server table partitioning 07.02.2025 by Amine Haloui A client submitted the following issues : Their database hosts multiple tables, including one table of approximately 1 TB, consisting of several billion rows. This table is continuously fed by various data sources. Additionally, it is also used to generate(…)
Database Administration & Monitoring, Database management, SQL Server SQL Server AlwaysOn – Failover does not work but everything is green on the cluster 04.02.2025 by Stéphane Haby Recently I was called by a customer because the failover on a SQL server AlwaysOn 2 nodes cluster does not work. I connect to the first node of AlwaysOn cluster who is the primary and check the cluster with the(…)
Database management, SQL Server, Security dbo vs. db_owner in SQL Server – What are the differences between them? 20.01.2025 by Roger Schönmann During the last years working with customers and teaching them in security topics, I realised that a lot of DBAs are not familiar with or aware of the differences between the two “owner” existing in SQL Server. That’s why I(…)