Database Administration & Monitoring, SQL Server Step-by-Step Guide to Enabling Copilot in SSMS 23.06.2025 by Microsoft Team With the latest version of SSMS, SSMS 21, there is now integration with Copilot. In this blog post, we’ll go through the setup step by step, with screenshots, to get everything ready to use Copilot in SSMS.There is already(…)
Database Administration & Monitoring, Database management, Docker, SQL Server, Technology Survey SQL Server 2025: Local SQL Server Container without Docker Command 23.06.2025 by Stéphane Haby The last version of” MSSQL extension for Visual Studio Code” has in Preview “the Local SqlServer Containers” based on SQL Server 2025 with the following keys: Create and manage SQL Server containers locally without Docker commands Use SQL Server 2025(…)
Azure, Big Data, Business Intelligence, Cloud, Database Administration & Monitoring Exploring the Future of Data at SQLBits 2025 in London 21.06.2025 by Hocine Mechara I’m looking back on three amazing days of interesting technical insights from the SQLBits event 2025 in London. It’s actually my first time having the pleasure of attending one of Europe’s biggest data platform events and I can sincerely say,(…)
Database Administration & Monitoring, Database management, SQL Server, Technology Survey SQL Server 2025: What news on the instance configuration 20.06.2025 by Stéphane Haby Like every time with a new version of SQL Server, it’s good to see what the new configurations possibilities are for us to manage the instance. To do this, I will compare SQL 2022 and SQL 2025 using the system(…)
Database Administration & Monitoring, Database management, Operating systems, Oracle Oracle DMK release 2.2.0 new features / Windows support. 06.06.2025 by Tomek Sikorski DMK is a Database Management Kit that can be used in various database environments. It simplifies command-line tasks for Databases Administrator on Unix and Windows systems. It supports multiple databases including Oracle, MongoDB, MariaDB, and PostgreSQL. It also includes additional modules for automating RMAN(…)
AWS, Database Administration & Monitoring, Database management Guidance for a SQL Server backup strategy in AWS EC2 03.06.2025 by Nathan Courtine INTRODUCTION S3 storage is the most resilient and available service in AWS: is a trusted service for storing backups over the long term. From a Windows Server machine, in AWS EC2 or elsewhere, the easiest and most reliable way(…)
AWS, Database Administration & Monitoring, Database management, SQL Server Random permission denied when backing up SQL Server databases to AWS Storage Gateway 27.05.2025 by Nathan Courtine Before addressing the issue of backup size reduction with compression enabled, let me provide some context. When SQL Server is hosted on AWS EC2 instances, you’ll need to manage the backup strategy appropriate to your business. In order to persist(…)
Database Administration & Monitoring, Database management, SQL Server SQL Server 2025 – AG Commit Time 26.05.2025 by Nathan Courtine SQL Server 2025 preview has been publicly available for a week now: you can find all the details in this blog “SQL Server 2025 Public Preview and SSMS 21 now available“.In this blog, I want to make an highlight(…)
Database Administration & Monitoring, SQL Server SQL Server 2025 – Backups to secondary replicas of an availability group 23.05.2025 by Stéphane Savorgnano Backup operations can increase significantly I/O and even CPU utilization when we use backup compression. To avoid using resources on primary replica, offloading backups to a synchronized or synchronizing replicas seems to be the good solution even if we have(…)
Database Administration & Monitoring, Database management, Development & Performance, SQL Server SQL Server 2025 – ZSTD – A new compression algorithm for backups 23.05.2025 by Amine Haloui Introduction SQL Server 2025 introduces a new algorithm for backup compression: ZSTD. As a result, SQL Server 2025 now offers three solutions for backup compression: MS_XPRESS QAT ZSTD In this blog, we will compare MS_XPRESS and ZSTD. Environment To perform(…)