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
    
		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:
Post a Comment