Top Articles

SQL Visualisation Guide – Query Diagrams, Lineage & ERD

Have you ever inherited the SQL codebase from someone else where it is in a “bit of a mess”? 😁 Sound familiar? Most data engineers and SQL developers have been there including myself—staring at a spaghetti-like web of queries, trying to untangle a chaotic SQL codebase. It’s a common nightmare. Traditionally, you had to fight …

Uli Bethke November 3, 2024

Recent Articles

XML,

9 Critical Types of XML Tools for Developers

Trying to code XML and XSDs by hand is really tedious. It can be easy to mess up, especially with more complex XML based on industry data standards. XML software…
Maciek February 9, 2024
SQL,

How to Parse XML Data in SQL Server

Are you still using fragile OPENXML and messy SQL to wrestle nested XML into relational tables on SQL Server? You know the drill: It starts as a simple script, but…
Uli Bethke January 25, 2024
XML,

The Ultimate Guide to XML Mapping in 2026

XML mapping is a critical process in data integration, ETL, and system interoperability. As an architect, analyst, engineer, or manager involved in XML mapping projects, you're likely familiar with the…
Maciek January 11, 2024
XML,
Diagram showing XML data being inserted into an SQL table.

How to Insert XML into SQL Tables (2026 Guide)

XML is harmless right up until you try putting it into an SQL table. Then the nesting shows up. The attributes show up. The inconsistencies show up. And suddenly you’re…
Maciek December 22, 2023
XML,

Should you Use Outsourced XML Conversion Services?

What is an XML conversion service? When companies need to process and convert XML documents they have two basic choices. They can either implement an XML conversion solution in-house with…
Maciek December 15, 2023

SQL Parsing for PostgreSQL Table and Column Audit Logging

PostgreSQL, or Postgres, is an open-source object-relational database system known for its reliability, data integrity, and robust features. It offers advanced data types, comprehensive extensibility, and strong community support. Its…
Uli Bethke December 8, 2023
spinner