Using Microsoft SQL Server. Running a stored procedure that returns ‘No column name’ as the column name.
Is there a way to see what this column name is? Or to have the stored procedure return a column name?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have to use an alias in your stored procedure to give a name to the column.
Ex:
If you don’t specify the alias it will return
nocolumnname