News

CLR Table-Valued Functions [!INCLUDE SQL Server] A table-valued function is a user-defined function that returns a table. Beginning with [!INCLUDE ssVersion2005], [!INCLUDE ssNoVersion] extends the ...
If you look at the way we implemented this function, it is very similar to SCALAR function, with the following differences 1. We specify TABLE as the return type, instead of any scalar data type 2.