Question

Not getting the ouput CSV from Run Stored Procedure - V11

  • 10 January 2023
  • 4 replies
  • 110 views

Badge +4

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,


4 replies

Userlevel 6
Badge +16

Hi @Y.Avinash 

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

Userlevel 5
Badge +14

@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… ?

Badge +4

You need to have a blank CSV on the path

Badge +1

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