Database Migration Service – We do not have sufficient capacity for the requested VM size in this region

3 years ago

As the title of this post indicates, the Database Migration Service (DMS) could experiment with problems in very rare cases…

Setting up an Azure SQL Managed Instance

3 years ago

As every option available in Azure and particularly talking about SQL, for the classic question about What option is better…

Book Review – How to speak so people really listen

4 years ago

I must confess that I was not a big fan of management books or those books that help you to…

Introduction to Scalar UDF inlining in MS SQL Server 2019

4 years ago

Historically the use of User Defined Functions aka UDF has represented a great option to encapsulate logic into Database reusable…

An introduction to pathlib module of Python

4 years ago

First at all, I would like to clarify something that maybe sounds evident, but sometimes we forget, the path is…

Solving drop database error: can’t rmdir in MySQL

4 years ago

Sometimes, the only thing that we want is to drop a database(not in PRODUCTION) and recreate it from scratch, especially…

AZ-900: Lessons learned and Cloud perspectives

4 years ago

Recently I did the Microsoft Azure Fundamentals exam and passed, nonetheless this experience was totally different from previous exams and…

Python Lambda and Regex – A good team for replacing a string using dictionaries

4 years ago

The aim of this post is to show you a specific and useful tip in Python for replacing strings with…

Configuring a Cassandra cluster on Azure – Part III

4 years ago

This is the last article of the series about “Configuring a Cassandra Cluster in the Cloud” composed of three articles,…

Configuring a Cassandra cluster on Azure – Part II

4 years ago

This article is the second of the series about configuring a Cassandra Cluster in Azure. In the previous one we…