π§ 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);
π§ Coming soon: Define table types and use them in procs.
-- Placeholder
CREATE TYPE dbo.IdList AS TABLE (Id INT PRIMARY KEY);