Skip to main content
Seasoned ⭐️⭐️⭐️
March 22, 2023
Solved

Does DB_extractor yaml config support execution of store procedures?

  • March 22, 2023
  • 1 reply
  • 84 views

Does DB_extractor yaml config support execution of store procedures? 

If yes how to do that?

Best answer by Einar Omang

You can execute arbitrary SQL with the DB extractor. It makes no attempt at validating whatever you put in, it only cares about the output.

1 reply

Practitioner ⭐️⭐️⭐️
March 31, 2023

You can execute arbitrary SQL with the DB extractor. It makes no attempt at validating whatever you put in, it only cares about the output.