# customer intent: As a Report Builder user, I want to learn how to use parameters so that I can control and manage my report data. This article describes the common uses for paginated report ...
Table-valued parameters provide an easy way to marshal multiple rows of data from a client application to SQL Server without requiring multiple round trips or special server-side logic for processing ...
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 ...