Here is my line of query where I am getting error msg 8114, level 16, state 5. I have the sum and rounding exactly as I need it - just can't get the + '%' part to work:
SUM(CAST(ROUND(ENROLLMENT,1) AS DECIMAL (10,2)))/SUM(CAST(ROUND(CAPACITY,1) AS DECIMAL (10,2))) *100 + '%' AS 'fill rate %'
Any help will be appreciated!