Hi,

I have an SQL Stored Procedure (Without Parameters) for which I want to return data in Excel.

Currently I am using this link as guidance >

http://codebyjoshua.blogspot.in/2012...er-stored.html
http://www.sqlservercentral.com/Foru...54-2799-1.aspx

However, I am unable to get the data to be returned.

Below are the necessary details -

Database Name – ZZ_Common
SP Name – Update_Vol

Can anyone help me with this?