Skip to main content

Hi,

I am using Run Stored Procedure command to execute a SP and get the results in CSV.

However the connection and SP is working fine but the results are not populating in CSV File.

Can someone please help on this ?

Note: Connection is perfectly fine, manually SP giving the results in SQL. No additional parameters passed 

Thanks,

Hi @Y.Avinash 

In the SP are you returning the result value as a output parameter?


@Y.Avinash  when you run this stored procedure in console (SQLMMS), report generated and downloading ?
are you passing any path to store that csv file… ?


You need to have a blank CSV on the path


Hello all, 

I am trying to execute stored procedure using run stored procedure command and exporting the data into csv file, but data is not coming in csv file, passing correct input parameters also. 

Can anyone give assistance on this issue as soon as possible, Please? 


Reply