Posts from October 2021
Searching Across Tables In SQL Server
Posted October 12, 2021 (Revised October 24, 2021) SQL ServerData EngineeringI recently had to search many tables for a list of values in SQL Server. Here's how I used dynamic SQL to achieve the result I needed.