Getting the last modified directory with Python

2 years ago

Working with os paths is a prevalent task, especially when working on a console application in Python. Recently, I had…

First steps for configuring SQL Server with Docker

3 years ago

Sometimes, our working habits could experiment some interesting changes, maybe forced by real needs or even simply for the valid…

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…