Top Articles

SQL Challenge: Tackling the Island Problem in Time Series Data

Jump into our SQL Challenge! Today, we’re exploring customer loyalty trends. Are you prepared to show off your SQL skills? About the quiz In this SQL pop quiz, we’re challenging you to demonstrate your understanding of islands in a time series data set. Whoever submits the correct and most performant query will be featured in …

Kristijan Berta November 7, 2023
XML,

How to Parse XML Data in SQL Server

The many options available for loading, querying, shredding, and converting XML on SQL Server can often be overwhelming for beginners. SQLXML, XPath, XQuery, OPENXML, FOR XML, OPENROWSET, BULK INSERT are…
abbi January 25, 2024
XML,

The Ultimate Guide to XML Mapping in 2024

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…
abbi January 11, 2024
XML,

How to Insert XML Data into SQL Table?

You have 3 options for inserting XML data into an SQL table. Schema on read: Import the XML document into an SQL database table without converting the data to a…
Kristijan Berta December 22, 2023

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…
Kristijan Berta 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…
Kristijan Berta December 8, 2023

Mastering SQL: How to detect and avoid 34+ Common SQL Antipatterns

Overview Are you looking for reasons why your SQL queries are slow or costly. Look no more. This blog post showcases a comprehensive list of 34 SQL antipatterns. Use it…
Kristijan Berta December 6, 2023
spinner