SEQUENCE vs IDENTITY in SQL Server: Choosing the Right Auto-Increment
TL;DR Pick the wrong auto-increment strategy in SQL Server and you find out in production. An INT IDENTITY column hits 2,147,483,647. Replication no…
Tech news from the best sources
TL;DR Pick the wrong auto-increment strategy in SQL Server and you find out in production. An INT IDENTITY column hits 2,147,483,647. Replication no…
Disclosure: I build Schemity , a desktop ERD tool - this post is from our blog and uses it for the examples. TL;DR: SSMS keeps every database diagra…
Introduction I built a fully automated weather reporting system called weather2, which updates every 4 hours and publishes multi‑language weather re…
The problem with "classic" Text-to-SQL The simplest way to connect an LLM to a database is a single-pass pipeline: the user writes a question in nat…
How HiFX built DBSteward to turn a single shared-instance bill into a defensible per-database charge back. If you run more than one database on a sh…
Over the years, I've seen many data platforms start with good intentions. A few scripts are created to move data from one system to another, and eve…
I created a simple page for checking SQL Server updates, builds, CUs, GDRs, and support status in one place. The data is automatically updated with…
Originally published at https://shai-kr.github.io/data-ninja-ai-lab/blog/2026-05-26-copy-job-cdc-sql-estate-ga.html . Copy Job CDC with SQL estate i…