Over time, it's fascinating to witness how certain concepts, approaches, or visions age. Time, in its inexorable flow, often brings…
Recently, I was dealing with a task where I had to import raw information into a staging PostgreSQL Database as…
The release of Python 3.6 came with exciting functionalities. I want to speak about the feature called interpolated format string…
Working with os paths is a prevalent task, especially when working on a console application in Python. Recently, I had…
Sometimes, our working habits could experiment some interesting changes, maybe forced by real needs or even simply for the valid…
As the title of this post indicates, the Database Migration Service (DMS) could experiment with problems in very rare cases…
As every option available in Azure and particularly talking about SQL, for the classic question about What option is better…
Historically the use of User Defined Functions aka UDF has represented a great option to encapsulate logic into Database reusable…
First at all, I would like to clarify something that maybe sounds evident, but sometimes we forget, the path is…
Sometimes, the only thing that we want is to drop a database(not in PRODUCTION) and recreate it from scratch, especially…