
Extending SQL Server monitoring with Raspberry PI and Lametric
First blog of this new year 2021 and I will start with a fancy and How-To Geek topic In my last blog post, I discussed about monitoring and how it should help to address quickly a situation that is going degrading. Alerts are probably the first way to …

PostGreSQL vs Microsoft SQL Server – Comparison part 1 : DBA command performances
This first paper speaks about some comparisons between PostGreSQL and SQL Server in pointing out the differences in terms of performances of somes administrative queries that’s ordinary DBA needs to execute. Our test material is a HP Z840 worksta …

SQL Server sur Raspberry Pi
Suite à l’article sur Azure SQL Edge, j’ai reçu plusieurs messages demandant s’il était possible d’installer Azure SQL Edge, en fait une édition pouvant évoluer sur plateforme ARM, directement …

Un cas curieux d’incompatibilité de collation…
Voulant réaliser une requête donnant la liste de toutes les références d’intégrité relationnelle des clés étrangères (FOREIGN KEY) relatives aux contraintes de clé primaires ou …
Machines virtuelles, problèmes bien réels ?
Les infrastructures virtuelles amènent de nouvelles pratiques qui ne font pas forcément bon ménage avec les anciennes habitudes, notamment lorsqu’il s’agit de provisionner un nouveau serveur.Nous ne parlons pas ici de l …
TechDays : reporting Services 2012, quoi de neuf ?
Juste après une plénière hyper dynamique, le créneau n’estpas forcément évident pour animer une conférence sur un outil orienté BI, mais commençons en douceur.Passons rapidement sur une pr …

Why we moved SQL Server monitoring on Prometheus and Grafana
During this year, I spent a part of my job on understanding the processes and concepts around monitoring in my company. The DevOps mindset mainly drove the idea to move our SQL Server monitoring to the existing Prometheus and Grafana infrastructure. Ob …
Project Cortex : le plus ambitieux projet de Microsoft 365 après Teams
Annoncé par Microsoft lors de son événement Ignite fin 2019, Project Cortex aura pris un an à sortir de terre. Il faut dire que l’initiative est ambitieuse. Cortex est présenté par Microsoft comme « le nouveau s …
Nouvelle vidéo : Data Masking avec SQL Server
Si vous utilisez SQL Server et vous vous sentez concerné par la protection des données personnelles (RGPD), regardez cette vidéo. Vous verrez ici que la fonctionnalité de Dynamic Data Masking qui existe dans SQL Server, bien …
Avec Babelfish, AWS veut attirer les clients de Microsoft SQL server
Babelfish pour Aurora PostgreSQL va donner aux entreprises la possibilité d’exécuter des applications SQL Server directement sur Amazon Aurora avec peu ou pas de changements de code
Babelfish pour Aurora PostgreSQL va donner aux entreprises la possibilité d’exécuter des applications SQL Server directement sur Amazon Aurora avec peu ou pas de changements de code Les bases de données open source ont gagné …

Interesting use case of using dummy columnstore indexes and temp tables
Columnstore indexes are a very nice feature and well-suited for analytics queries. Using them for our datawarehouse helped to accelerate some big ETL processing and to reduce resource footprint such as CPU, IO and memory as well. In addition, SQL Serve …

Building a more robust and efficient statistic maintenance with large tables
In a past, I went to different ways for improving update statistic maintenance in different shops according to their context, requirement and constraints as well as the SQL Server version used at this moment. All are important inputs for creating a goo …

Curious case of locking scenario with SQL Server audits
In high mission-critical environments, ensuring high level of availability is a prerequisite and usually IT department addresses required SLAs (the famous 9’s) with high available architecture solutions. As stated by Wikipedia: availability measu …

Microsoft publie Entity Framework Core 5.0 RC 1
L’équipe Entity Framework Core a annoncé la première version candidate (RC1) du framework. Cette version inclut de nouvelles fonctionnalités telles que les relations plusieurs à plusieurs, les compteurs d’év …