Database Administration & Monitoring, Database management, Development & Performance, Enterprise content management, Non classifié(e) Green SQL Server DBA Tips #2 – When logs and history records cause your database to growth and crash 30.07.2026 by Stéphane Haby How often do I come across this sort of problem when visiting clients? Even more with our customers’ service desk (support) SLAs. We turn up on a Monday morning and there are alerts from the weekend saying(…)
Development & Performance, SQL Server Split, Sort, Collapse: how SQL Server survives an overlapping unique update 27.07.2026 by Louis Tochon How SQL Server shifts a whole unique column by +1 without ever creating a duplicate using Split/Sort/Collapse.
Development & Performance, SQL Server Measuring the real performance cost of SQL Server XE buffers 08.07.2026 by Louis Tochon Are Extended Events always lightweight? See how a bad config converts event loss into query latency through DMVs.
Development & Performance, SQL Server How Row Goal shapes your SQL Server query strategy by hunting for pierogis 15.05.2026 by Louis Tochon Mastering SQL Server Row Goals and how TOP, EXISTS, and FAST N influence execution plans and how to avoid performance traps in your queries(…)
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(…)
Development & Performance, SQL Server SQL Server 2025 In-Memory: New Cleanup Features & SQLBits 2026 Insights 10.05.2026 by Louis Tochon SQL Server 2025 finally allows dropping In-Memory filegroups, a breakthrough analyzed here alongside expert performance insights from SQLBits 2026.
DevOps, Development & Performance Forgejo: Organizations, Repositories and Actions 15.12.2025 by Daniel Westermann In the last post we’ve deployed Forgejo on FreeBSD 15. In this post we’re going to do something with it and that is: We’ll create a new organization, a new repository, and finally we want(…)
Development & Performance, Web AI Isn’t Your Architect: Real-World Issues in a Vue project 15.12.2025 by Nicolas Meunier In my previous article I generated a Rest NestJS API using AI. Today, I will create a small UI to authenticate users via the API. I will use this simple case to show the limits of coding with(…)
Database Administration & Monitoring, Database management, DevOps, Development & Performance What is Forgejo and getting it up and running on FreeBSD 15 12.12.2025 by Daniel Westermann In recent customer projects I had less to do with PostgreSQL but more with reviewing infrastructures and give recommendations about what and how to improve. In all of those projects GitLab is used in one(…)
Development & Performance, Web How effective is AI on a development project? 12.12.2025 by Nicolas Meunier In this article, I will try to evaluate the benefits of AI on a development project and what concrete changes it makes to our development practices. The test case and the approach I chose a familiar environment for(…)