SQL Server 2008 introduces the ability to pass a table data type into stored procedures and functions. The table parameter feature can greatly ease the development process because you no longer need ...
Table-valued parameters were introduced in [!INCLUDEssKatmai], and provide an efficient way to pass multiple rows of data to the server. Table-valued parameters provide functionality similar to ...
WHEN 1 THEN 'replication support only' ...