From anthropology to analytics: how to build a data career ...
Kristyna Ferris didn’t come from a traditional tech background. She studied anthropology, stumbled into data through an […]
Kristyna Ferris didn’t come from a traditional tech background. She studied anthropology, stumbled into data through an […]
Seven years after GDPR came into force, European regulators have issued over 2,245 fines totalling nearly 5.65 […]
According to Redgate’s 2026 State of the Database Landscape report, 91% of teams – no matter how […]
In the first article of this series, I explained how to install and configure Ollama to host […]
Retrieval-Augmented Generation (RAG) does not solve AI hallucinations. Instead, it just moves the failure point from the […]
Oracle-to-Postgres migration seems simple at first, but everything changes when you hit the DBMS_* packages. The 200,000 […]
User-defined functions (UDFs) in Power BI let you build reusable, automated tests for your semantic models — […]
When we want to use AI-based comparisons of text, via vector search in SQL Server, we need […]
In this article, learn how PostgreSQL powers data science workflows, including query execution, performance optimization, indexing, data […]
In this Simple Talk opinion piece, Microsoft certification veteran Dr Greg Low considers – and shares his […]
While pgvector enables powerful semantic search, it doesn’t automatically keep embeddings in sync when your data changes, […]
AI-driven workflow automation and orchestration enable faster decisions, greater efficiency, and scalable operations. By combining automation with […]
There are few operators in T-SQL that cause developers to scramble for documentation more than PIVOT and […]
There’s now another reason an immediate patch is needed for organizations running Valkey clusters, according to Percona […]
Indexed view tampering in SQL Server backups can expose cross-database data after restore. In this article, you’ll […]
Redgate’s 2026 State of the Database Landscape report reveals that people are increasingly willing to accept more […]
Upcoming versions of PostgreSQL will be phasing out the MD5 hashing method within the authentication infrastructure of […]
Privacy-aware analytics is the practice of generating insights without exposing PII, helping you stay compliant with laws […]
In today’s cloud-driven, multi-platform environments, answering the simple question – who owns that database? – is no […]
John Kerski explains how DataOps principles improve trust, quality, and governance when using GenAI in data solutions. […]
In SQL, handling missing or NULL values is essential for reliable data analysis and application logic. The […]
Learn how managed identities in SQL Server 2025 enhance security by eliminating passwords and enabling seamless Microsoft […]
In this article, Greg Low explains what chunking is, why it matters for embeddings, and how SQL […]
AI model costs can explode fast – and overpaying is common. The reality is, you don’t need […]
fillfactor in PostgreSQL controls how full table or index pages are. The lower the fillfactor, the better […]
The database market in 2026 remains stable at the top, with AWS, Microsoft, Oracle, and Google Cloud […]
“Vibe coding” with AI can introduce hidden risks in database development, including security vulnerabilities, broken query logic, […]
As data volumes continue to grow exponentially, the ability to efficiently process and analyze large datasets has […]
MCP (Model Context Protocol) servers let AI apps access real-time data and external tools, improving accuracy beyond […]
“Let’s add LLMs to the pipeline” has become a familiar refrain in modern data teams, but turning […]
String splitting in T-SQL has historically been inefficient and limited. While STRING_SPLIT improved things, its constraints remained […]
In this article, part of the “Moving from Python to esProc” series, we’ll look at esProc SPL’s […]
A dangerous privilege-escalation path exists in SQL Server when cross-database ownership chaining, system database defaults, and overly […]
In this article, part 3 of the “Moving from Python to esProc SPL” series, you’ll discover the […]
MongoBleed (CVE-2025-14847) was defined as “the vulnerability of the year.” In this article, find out what it […]
Pat Wright details how to plan cloud migration with minimal downtime. Learn key cutover strategies, testing methods, […]
First Normal Form (1NF) is the most widely known rule in database normalization. It requires that tables […]
This article is the first in this six-part “Moving from Python to esProc SPL” series. You’ll learn […]
I’m sure I’m not alone when I say, sometimes I get sidetracked. In this particular instance, I […]
Every SQL Server instance contains a database that most people never query, never back up, and never […]
Today’s AI landscape is characterized by a gap. While it is often relatively easy to reach the […]
In software development, DevOps promises faster delivery, increased collaboration, and more reliable deployments. However, many teams unknowingly […]
In this article, Pat Wright explains how to identify hidden risks in legacy applications before moving to […]
I’ve been a fan of sequences ever since they were added in SQL Server 2012. Prior to […]
When AWS stumbled – twice – in October 2025, many teams discovered that “we are in the […]
Today’s applications require robust security to ensure your application’s sensitive and confidential information is not compromised. This […]
Auto-generated numeric keys are everywhere in relational databases. In SQL Server, two features dominate this space: IDENTITY columns […]
I always really look forward to reading Redgate’s annual State of the Database Landscape report, and 2026 […]
Are you feeling the impact of AI in your daily work? No? Your database might say otherwise. […]
There’s not much to database keys, right? When you build a new table, you add a column […]