Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Alternative to a table valued function in SQL Server

$
0
0
Hi All,

we have a table valued function fn_ProductType which accepts a ProductID and Order Date as inputs and returns 1 row with 4 columns. ProductID, IsPro,IsBasic,IsOther.
The function basically checks the type of a product based on ce

Viewing all articles
Browse latest Browse all 3145

Trending Articles