News

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 ...
With SQL Server 2016, that is no longer a problem. Implementation Row-Level Security in SQL Server 2016 (and SQL Azure) is based on a specially crafted inline table valued function.
Welcome to another exciting installment of “Deep Thoughts by Jack Handy T-SQL Theory questions that only Maxer seems to care about…”If trees could scream, would we be so cavalier about ...
Get in touch LLBLGen Pro v4.0 beta has been released with support for table valued functions, SQL Server 2012 Sequence and Visual Studio 2010/2012 integration.
If you find yourself doing this a lot in Microsoft SQL Server, you can get better performance by using a table-valued function instead and using CROSS APPLY in the query.
3. Do use table-valued functions This is one of my favorite tricks of all time because it is truly one of those hidden secrets that only the experts know.