Hello,
You can create a new query in the
CMS Site Manager and set “Query type:” to “Stored procedure”. “Query text” should contain only stored procedure name, nothing else. If you do not need to use parameters in the stored procedure you can simply use query repeater and specify the query name which executes the stored procedure without parameters.
The stored procedure should be located in your database: <your_database>/Programmability/Stored Procedures.
Best regards,
Michal Legen