Database Administration & Monitoring, SQL Server, Security SQL Server Always-On: Centralizing Backup History Across Replicas 08.01.2026 by Louis Tochon Replace brittle T-SQL links and manual checks with a central PowerShell orchestrator to reliably manage Always On backup data at scale.
Database management, SQL Server The truth about nested transactions in SQL Server 15.12.2025 by Louis Tochon Nested transactions in SQL Server don’t provide real isolation; @@TRANCOUNT rises, but only the main transaction controls locks.
Development & Performance, SQL Server Understanding XML performance pitfalls in SQL Server 11.12.2025 by Louis Tochon A deep dive into how SQL Server processes XML, the performance impact of XQuery methods, and why proper indexing matters.
SQL Server Common queries on a SQL Server environment for a DBA 27.11.2025 by Tatiana Bron This blog will be for queries we use for minor everyday problems. This blog will address issues related to disk space, SID for SQL login, and index fragmentation.. For this blog, you will only need SSMS and sysadmin(…)
SQL Server Customer experience – How to change ip address in a fully clustered environment 24.11.2025 by Tatiana Bron If you have a clusturized environment already up and running, but you want or need change the complete ip adress of your wall with minimal downtime (full downtime during operation: 3 min). You’re in the right place, I(…)
Database management, Development & Performance, SQL Server SQL Server 2025 release 19.11.2025 by Amine Haloui Microsoft has announced the release of SQL Server 2025. The solution can be downloaded using the following link: https://www.microsoft.com/en-us/sql-server/ Among the new features available, we have: The introduction of the Standard Developer Edition, which offers the same(…)
Azure, Business Intelligence, Cloud, Database Administration & Monitoring, Database management SQL Server’s LinkedIn Posts catch-up! 30.10.2025 by Stéphane Haby You may not have followed all my posts this summer about what we are doing with Microsoft SQL Server technology and the BI stack like Power BI and Azure Data Fabric. So, I thought I’d write a little(…)
Azure, Database Administration & Monitoring, Database management, SQL Server SQL Server: Do you know how to use SERVERPROPERTY() function in a useful way? 22.10.2025 by Stéphane Haby The SERVERPROPERTY() function is so nice to use to have information about the instance and server very quickly. Sometimes it’s good to come back to basis… How to begin? Read the documentation of course here but you(…)
SQL Server SQL-Server 2025: Building a RAG Shopping Assistant with T-SQL 09.10.2025 by Hocine Mechara In this post, we continue our AI journey with SQL Server 2025 (Preview). In previous articles, I already showed how to call the GPT-4o chat-completion model in Azure directly from SQL Server to generate product descriptions, how to create and(…)
Database Administration & Monitoring, Database management, MS Teams, SQL Server How to patch SQL Server instances with Qualys Patch Management 30.09.2025 by Stéphane Savorgnano By one of our Customers, I have to use Qualys to patch their production SQL Server instances. And to be more precise the Qualys Patch Management application which provides a solution to manage vulnerabilities and deploy patches to(…)