🚧 TVPs (Table-Valued Parameters)

🚧 Coming soon: Define table types and use them in procs.

-- Placeholder
CREATE TYPE dbo.IdList AS TABLE (Id INT PRIMARY KEY);