Ben Johnston in Blogs Managed Instance Gotchas – Configuration Items In my last post I described issues that might stop your migration to a SQL Server Managed Instance (SQL MI).... 13 May 2025 10 min read
Rodrigo Ribeiro Gomes in Database Administration Recovering data in SQL Server without full backup In more than 10 years of experience, I have dealt with cases where someone has performed incorrect operations on a... 13 May 2025 32 min read
Farooq Aziz in Snowflake Parent – Child Task Automation in Snowflake via Task Graph In the fast-paced world of business, fast, effective data management is crucial. One of the places where this is the... 09 May 2025 12 min read
Anil Kumar Moka in Snowflake Real-time Data Streaming in Snowflake Real-time data ingestion has become essential for modern analytics and operational intelligence. Organizations across industries need to process data streams... 08 May 2025 24 min read
Dennes Torres in T-SQL Programming Techniques to query Azure SQL’s new JSON Datatype The new JSON field type and new functions in Azure SQL brings a new world of possibilities for JSON manipulation... 07 May 2025 15 min read
Lukas Vileikis in MySQL MySQL Index Overviews: Hash Indexes Welcome back to the MySQL indexing series! We’ve already covered the nuances surrounding indexes in MySQL as well as walked... 06 May 2025 14 min read
Matt Gantz in T-SQL Programming Purging Data from a Large Table in SQL Server Purging data from a table is a common database maintenance task to prevent it from growing too large or to... 01 May 2025 8 min read
Robert Sheldon in MongoDB Working with the MongoDB Database Tools The MongoDB Database Tools are a set of command-line utilities for working with MongoDB instances and their data. You can... 29 April 2025 16 min read
Louis Davidson in T-SQL Programming Exploring the SQL Server CHOOSE Function I preface a lot of what I write with whether or not it is for a “practical” use. One of... 21 April 2025 39 min read
Boris Novikov in PostgreSQL A Method for Managing Hierarchies in PostgreSQL The Postgres database management system was originally designed as object-relational. We remind why PostgreSQL is an object-relational rather than just... 17 April 2025 22 min read
Lukas Vileikis in Blogs Announcing Database Frontiers: a Database Conference You Haven’t Yet Heard About Database Frontiers is a new database conference hitting the spotlight come October 15th, 2025. Here’s everything you need to know.… 15 April 2025 3 min read
Kellyn Pot'Vin-Gorman in Oracle Oracle’s Limited Cloud Vendor Licensing It’s nothing new for vendors to find ways to lock in customers to their products and cloud services. Oracle recently... 15 April 2025 3 min read
Robert Sheldon in MongoDB Working with MongoDB Shell Throughout this series, I’ve provided a number of examples of how to run commands in MongoDB Shell (mongosh). However, the... 10 April 2025 18 min read
Joe Celko in Theory and design Data Elements on a Nominal Scale “On a scale from 1 to 10, what color is your favorite letter of the alphabet?” –Slogan on a T-shirt... 08 April 2025 10 min read
Ganesh Gopal Masti Jayaram in Databases Data Quality: The Foundation for Business Agility and Growth We live in a world awash with vast amounts of data. Today’s modern enterprises generate and rely on vast amounts... 04 April 2025 14 min read
Grant Fritchey in PostgreSQL Multi-Version Concurrency Control (MVCC) in PostgreSQL: Learning PostgreSQL with Grant It’s a tale as old as time. You want to read data. Your mate wants to write data. You’re stepping... 02 April 2025 15 min read
Anil Kumar Moka in Snowflake Load Data into Snowflake Using Python with Pandas Loading data into Snowflake is a common need. Using Python and pandas is a common go-to solution for data professionals.... 30 March 2025 16 min read
Joe Celko in Theory and design The CREATE DOMAIN Statement One of the least known, least used features of SQL is the CREATE DOMAIN statement. It does not exist in... 27 March 2025 6 min read
Lee Asher in PostgreSQL The Wide World of GiST Indexes In Parts I (Solving the Overlap Query Problem in PostgreSQL) and II (Overlapping Ranges in Subsets in PostgreSQL) of... 25 March 2025 15 min read
Aisha Bukar in MySQL MySQL vs PostgreSQL – String Datatypes A very common task in creating a database is to store string data. For example, words, paragraph(s) or even documents.... 20 March 2025 22 min read