Wayne Sheffield

My blog about SQL Server

Browsing Posts in SQL 2019

You can now run SQL Server on Linux. With it being easy to install / update, and running exactly the same as in Windows, it is my choice for presentations.

Scalar UDF Inlining, introduced in SQL Server 2019, promises to improve the performance of Scalar UDFs. Let’s look into the performance gains this offers.

SQL Server 2019 introduces Scalar UDF Inlining, which is supposed to improve the performance of Scalar UDFs. This post investigates this new feature.