Is there a way I can execute a stored procedure from karate.
This is what I tried:
def StoredProc = db.runQuery(“EXEC spintegration.cleanup”)
The query executes correctly when I try it in the database. But in karate I am getting bad SQL grammar exception.