
Effective Strategies for Storing and Parsing JSON in SQL Server
Like XML, JSON is an open standard storage format for data, metadata, parameters, or other unstructured or […]
Like XML, JSON is an open standard storage format for data, metadata, parameters, or other unstructured or […]
This article is part of Robert Sheldon’s continuing series on Mongo DB. To see all of the […]
This continues my series on auditing SQL Server. The fist parts covered discovery and documentation, server level […]
In this article, I will cover a bit about the LIKE operator, including how it works, and […]
Partitioning in PostgreSQL was for many years a feature almost entirely ignored, and even today is often […]
This article offers technical guidance on automating updates and tracking changes of data examples using Snowflake’s CDC […]
Tomorrow, August 15, I have yet another conference where I’ll speak about MySQL’s performance. To be more […]
When I joined a growing startup company as a backend developer, we were at crossroads choosing between […]
In this first entry in a multipart series on indexes, I will cover the most important index […]
I recently had to help support synchronization and distribution of workloads between multiple servers. Some of this […]
Not many data professionals get a personal Learning and Development (L&D) budget that we can use at […]
Welcome to the dog days of summer in the Northern Hemisphere. It is hot, so if you […]
At Microsoft Build 2024, Real-Time Intelligence was announced with the Real-Time hub as its centralized location for […]
I’m not the first person to write about cleaning up unused or redundant indexes. You can read […]
Frappe is a full-stack, battery-included web framework with MariaDB as the database, written in Python and JavaScript. […]
This is the second part of my series on auditing SQL Server. In the first part, I […]
There was a lot of great advice, and I really wonder how much of this I would […]
The temporal database is a database that can keep information on time when the facts represented in […]
This article is part of Robert Sheldon’s continuing series on Mongo DB. To see all of the […]
Every day an avalanche of news hits us from all directions in all kinds of media. So […]
I’ve talked about it before; you shouldn’t have a backup strategy, you should have a recovery strategy. […]
In my previous article (What is Microsoft Fabric All About) I explained what Microsoft Fabric is, how […]
After so many years, here in July 2024, I am finally hosting T-SQL Tuesday. The challenge One […]
A proxy function or wrapper function allows you to deploy a custom version of a function or […]
In this article we discuss how to store data temporally in PostgreSQL. Temporal database store data in […]
This article is part of Robert Sheldon’s continuing series on Mongo DB. To see all of the […]
SQL Server provides a variety of ways to tune XML so that it provides consistent performance, consumes […]
Microsoft Fabric is a new centralized, AI-powered cloud data platform hosted by Microsoft. It combines several services […]
Data generation is the science and art of providing data for database development work that is as […]
Sails.js is a robust web development framework that runs on top of Node.js and uses JavaScript’s asynchronous […]
Inheriting a server, whether as an inexperienced user or an experienced DBA, has many challenges. It’s very […]
More than 20 years ago, I wrote a book about SQL Injection and how dangerous it can […]
XML is a common storage format for data, metadata, parameters, or other semi-structured data. Because of this, […]
We are having a conference in Chattanooga, TN on Aug 16 and 17, the primary topics of […]
In the previous posts in this series (part 1, part 2, part 3), I described how I […]
One of the many ways a relational table differs from the file structures used by pre-relational storage […]
In the realm of relational databases, MySQL stands out as one of the most popular choices. Maximizing […]
In the previous parts of these MySQL optimization series, we told you how query optimization works on […]
In part 2 of this series, I showed an example implementation of distributing a long-running workload in […]
T-SQL Tuesday is something I don’t participate in nearly enough. When I saw Kevin Feasel’s invitation for […]
Over the years Power BI has evolved into a complex and varied ecosystem of tools and solutions, […]
Over the past years, “traditional” ETL development has morphed into data engineering, which has a more disciplined […]
PySpark is a powerful language for data manipulation and it’s full of tricks. Let’s discover some of […]
This article is part of Robert Sheldon’s continuing series on Mongo DB. To see all of the […]
Before I started as the editor of Simple Talk, I worked on SQL Server. Only. (Ok, I […]
There are many packages and tools that you can use to facilitate your API development with Rust. […]
IAsyncEnumerable is a powerful interface introduced in C# 8.0 that allows you to work with sequences of […]
The first two articles in this series demonstrated how PostgreSQL is a capable tool for ELT – […]
In the first part of this two-part series, I covered the mostly non-technical aspects of building a […]