PostgreSQL Henrietta Dombrovskaya in PostgreSQL Are PostgreSQL memory parameters magic? Configuration parameters are the most mythical creatures in the world of PostgreSQL. Ordinary PostgreSQL users often do not know that... 13 March 2023 10 min read
Featured Aaron Bertrand in Featured Build a Better WordPress Archives Page Using MySQL I recently wrote about a way to generate visual, interactive calendars in HTML by combining a calendar table with data... 10 March 2023 15 min read
Editorials Louis Davidson in Editorials Why a monitoring tool is an essential tool for growing server estates When I was a DBA involved with the management of a large number of database servers, I didn’t have many... 07 March 2023 5 min read
MySQL Robert Sheldon in MySQL Retrieving MySQL data from within Python Applications of all types commonly access MySQL to retrieve, add, update, or delete data. The applications might be written in... 02 March 2023 18 min read
Theory and design Joe Celko in Theory and design Getting Out of Character In this article, Joe Celko gives us a history of the different character sets that are used in computing and... 28 February 2023 13 min read
T-SQL Programming Aaron Bertrand in T-SQL Programming Find 40 Problems in this SQL Server Stored Procedure I’ve been at this for a while now, and have a very particular set of rules and coding conventions that... 23 February 2023 21 min read
Ryan Booz PostgreSQL Basics: Object Ownership and Default Privileges In the first security article, PostgreSQL Basics: Roles and Privileges, I discussed how roles (users and groups) are created and... 21 February 2023 15 min read
Data Science Sanil Mhatre in Data Science Azure Machine Learning Introduction: Part 1 Overview and prep work The five-part series is designed to jump-start any IT professional’s journey in the fascinating world of Data Science with Azure... 15 February 2023 21 min read
Other Development Goodness Woke in Other Development Firebase and Supabase: Key differences you need to know The tools classified as “Realtime Backend / API“, or tools that can rapidly process an API call and in this... 09 February 2023 26 min read
Learn SQL Server Greg Larsen in Learn SQL Server Using TOP clause in a SELECT statement There might be a time when you might want to return just a few rows of a result set, instead... 06 February 2023 11 min read
PostgreSQL Grant Fritchey in PostgreSQL PostgreSQL Constraints: Learning PostgreSQL with Grant One of the most important aspects of data management is the ability to ensure that the data in your database... 02 February 2023 23 min read
MySQL Lukas Vileikis in MySQL Optimizing Queries in MySQL: Optimizing Reads Optimizing read operations is one of the most prominent problems concerning any database administrator. No matter what kind of database... 31 January 2023 28 min read
AWS Camilo Reyes in AWS AWS Lambdas with C# Serverless computing is pushing C# to evolve to the next level. This is exciting because you pay-per-use and only incur... 25 January 2023 14 min read
Testing Louis Davidson in Testing Testing before coding: shifting farther left A term I have only recently learned is "shift left testing." You can read more about this on Wikipedia here.... 23 January 2023 5 min read
PostgreSQL Ryan Booz in PostgreSQL PostgreSQL Basics: Roles and Privileges Information security, whether in databases, applications, or larger IT systems, is based on the principles of Authentication and Authorization, often... 19 January 2023 19 min read
Learn SQL Server Greg Larsen in Learn SQL Server Manage Data Over Time with SQL Server MERGE Statement Once data is in a table it needs to be maintained. New records will need to be added, and existing... 17 January 2023 13 min read
PostgreSQL Grant Fritchey in PostgreSQL Index Types in PostgreSQL: Learning PostgreSQL with Grant As with any other relational data management system (RDBMS), PostgreSQL uses indexes as a mechanism to improve data access. PostgreSQL... 09 January 2023 15 min read
MySQL Robert Sheldon in MySQL Introducing the MySQL common table expression As with many relational database management systems, MySQL provides a variety of methods for combining data in a data manipulation... 05 January 2023 23 min read
Opinion Louis Davidson in Opinion Don’t Just Chase the Shiny Fish are beautiful creatures, but they have one minor issue. The main thing I remember from the years I fished... 05 January 2023 4 min read
Azure Dennes Torres in Azure Azure Function and User Assigned Managed Identities Let’s talk about authentication between Azure Functions and resources used by Azure Functions and conclude with many poorly documented secrets... 03 January 2023 16 min read