News

Microsoft today released the 2022 version of its SQL Server database, which features a number of built-in connections to its Azure cloud.
Using the CLR Function Once deployed to the SQL Server, the CLR function appears in the Programmability, Functions, Scalar-valued Functions folder of the database, much like a T-SQL user-defined ...
Function inlining in SQL Server 2019 Starting with SQL Server 2019, scalar functions written in T-SQL may be inlined. This means they will be folded into the query and no longer incur the UDF ...
Part 1 of this article introduced four new T-SQL functions available in SQL Server 2012. Part 2 has the rest.