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 catch-up blog(…)
Non classifié(e) PostgreSQL 19: Two nice little improvements: log_autoanalyze_min_duration and search_path in the psql prompt 29.10.2025 by Daniel Westermann Two nice little improvements have been committed for PostgreSQL 19. The first one is about logging the duration of automatic analyze while the second one is about displaying the current search_path in psql’s prompt. Lets start with the improvement for(…)
Non classifié(e) 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(…)
Non classifié(e) Using a database trigger to request a rendition 10.09.2018 by Middleware Team Some time ago, a colleague asked around if someone knew a way to automatically request a rendition right after a document was checked in. This looked like a trigger to me and TBOs are here for that, right ? Sure(…)