Execute stored procedure with table values as parameter December 2, 2023 by Tarik Look at this You can find an example DECLARE @data ObjectList INSERT @data (Id) VALUES (1) EXEC GetData @data