Hi,
Can I query Appian database using an external SQL query tool such as TOAD?
Thanks,
Roberta
Discussion posts and replies are publicly visible
Hi Roberta - if the SQL you want to run is static you could write a Stored Procedure (SP) and then create an Appian WebAPI to invoke the SP. Since SPs allow you to pass parameters you can make them more generic as needed.
Thank you, Stewart. This is very helpful.