Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Saturday, August 26, 2017

COUNT(*) vs SUM()

SQLServerCentral » Latest topics
COUNT(*) vs SUM()
All,
I've been asked to improve the performance of a moderately complicated query.  Here's the very simplified query:

SELECT
    EmployeeID
    ,NULL Referrals
    

No comments: