Table-value parameters are an easy-to-implement technique used to provide a mono/multi-dimensional array of data to a stored procedure. The data is provided in an input-only table-like parameter and therefore accessible thru standard SELECT statements from the stored procedure.