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 ...
This is similar to the All in Memory procedure, but uses data-at-execution for the table-valued parameter. For another sample demonstrating table-valued parameters, see Use Table-Valued Parameters ...
There are many benefits of using stored procedure, few of the reasons are to prevent SQL injection, minimize latency for batch operation, and also it improve performance by reusing compiled execution ...