SQL Server Performance Tuning
Hi There, We recently solved a performance issue in SQL Server. We tuned a stored procedure that was being plagued by multiple scalar function calls. And guess what - SQL Server 2019 Scalar UDF inlining feature did not work (due to some limitations). Are you facing similar performance issues in your SQL Server environment? Learn [...]