Export SQL to Excel

Certified Associate Developer

Hello Community,


I wanted to know about its efficiency when exporting complex SQL queries in Export SQL to Excel SS, as we have used this smart service to generate data for multiple sheets in excel, but if multiple people triggers the final parent process at the same time, it crashes the server, any one can guide to avoid that or any alternatives ?


Is there an issue with this smart service ?

Thanks in advance.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Associate Developer
    in reply to Stefan Helzle

    yes we have implemented it in serialized way only inside the parent process (one Export filling one sheet at a time). It takes almost 3 to 5 mins to generate the output file , which is fine but it causes system crash if multiple requests are made for the parent process and which is likely to happen in real time scenario.

    It is consuming too much of a heap memory for multiple instances !

Children