Skip to main content
Question

Not getting the ouput CSV from Run Stored Procedure - V11

  • January 10, 2023
  • 4 replies
  • 152 views

Forum|alt.badge.img+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

Forum|alt.badge.img+22
  • Most Valuable Pathfinder
  • January 10, 2023

Hi @Y.Avinash 

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


rbkadiyam
Premier Pathfinder | Tier 7
Forum|alt.badge.img+17
  • Premier Pathfinder | Tier 7
  • January 10, 2023

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


Forum|alt.badge.img+4
  • Navigator | Tier 3
  • January 11, 2023

You need to have a blank CSV on the path


Forum|alt.badge.img+1
  • Cadet | Tier 2
  • August 26, 2023

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?