Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
Pls try this code and let us know how it works:
$this->src("sql_server")
->query("EXEC my_stored_procedure @param1 = :param1, @param2 = :param2")
->params(array(
':param1' => $param1,
":param2" => $param2,
))
If there's any error pls post the full error message and stack trace. Tks,
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo