Working with os paths is a prevalent task, especially when working on a console application in Python. Recently, I had to add a change to an existing feature where it was mandatory to return the last modified directory on a specific target. In Python, we have the opportunity to count with different libraries; in this post, we are going to use glob.
Continue reading “Getting the last modified directory with Python”Author: geohernandez
First steps for configuring SQL Server with Docker
Sometimes, our working habits could experiment some interesting changes, maybe forced by real needs or even simply for the valid desire to explore new ways to do some tasks. I remember in the past, I used to install SQL Server Developer edition on my laptop f. Nonetheless, I have had to add other Databases such as PostgreSQL or MySQL mainly for proof of concepts. Therefore, I realized how much time and resources I was spending through the conventional process of installing from scratch new Databases versions, which includes taking valuable resources from my laptop. At this point, I was convinced of replacing old working styles concerning Databases at my dev environment.
Continue reading “First steps for configuring SQL Server with Docker”Database Migration Service – We do not have sufficient capacity for the requested VM size in this region
As the title of this post indicates, the Database Migration Service (DMS) could experiment with problems in very rare cases with the capacity to start/create a service due to not having enough resources in a specific region. It is interesting to start explaining why the provisioned number of Virtual Machines (VM) could impact DMS. If we ask Why? The answer is simple: behind the scenes, the VMs represent the “workers” in charge of executing ALL the tasks required by the migration service of DMS.
Continue reading “Database Migration Service – We do not have sufficient capacity for the requested VM size in this region”Setting up an Azure SQL Managed Instance
As every option available in Azure and particularly talking about SQL, for the classic question about What option is better for me? The classic answer is still valid and this is “It depends”. Your necessity or your business workload or architectural design would influence in a determinant way with your decision.
In this article, I am going to explain in a sort of step-by-step guide an approach for configuring a new Azure SQL Managed Instance from now in advance called simply SQL MI. It is so important to distinguish that exist different ways to arrive at the same result, but the most important is to understand the core concepts.
Continue reading “Setting up an Azure SQL Managed Instance”
