SQL Server aggregate functions include COUNT, SUM, AVG, MIN, and MAX - they perform calculations on sets of values. GROUP is not an aggregate function; it's used with GROUP BY to arrange identical data into groups, but GROUP BY itself is a clause, not an aggregation function.