Community

How to find UDFs causing SQL Server performance issues

(Fikrat Azizov) While working on SQL Server performance optimization for one of my customers I came across a very long running stored procedure which was doing the following; a ‘SELECT’ query inserting its output into temporary table, followed by an ‘INSERT’ query reading from this temporary table,

Read More - Register for Free Membership