Home Forums SQL Server 2012 SQL Server 2012 - T-SQL How to improve the performance of a update query which is taking 45 minutes (approx) to execute RE: How to improve the performance of a update query which is taking 45 minutes (approx) to execute

  • It can make wonders in performance to change the Scalar function into Inline table-valued function (if the function is simple enough that is).