Invoke Table-valued Functions on a SQL Server Database Performing an operation on a SQL Server database by using [!INCLUDE adaptersqlshort] with [!INCLUDE btsBizTalkServerNoVersion] involves ...
A table-valued function returns a single rowset (unlike stored procedures, which can return multiple result shapes). Because the return type of a table-valued function is Table, you can use a ...