I have a stored procedure that I run that basically performs a query. Is there a way to change the column headers so the column name shows up with a different name without changing the query in the stored procedure? In other words, I don't want to add the "as <column header>" in the actual query within the stored procedure. Is there some other way to set those column header names?