Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Wednesday, December 6, 2017

Alternative to a table valued function in SQL Server

SQLServerCentral » Latest topics
Alternative to a table valued function in SQL Server
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

No comments: