Not a programmer either but you may have to use server side software or programming to do it.
One way is for you create a separate webpage/app which runs the server procedure and link that into Omniscope. Possibly you might be able to embed that same underlying html page code into the content view.
The Content View allows you to execute server-side JS including Omniscope formulas, to allow you to build the page content dynamically from the data loaded into Omniscope. It does not allow you to execute database queries directly; it is not equivalent to JSP/PHP/ColdFusion etc.
You can write custom SQL inside a database source block in DataManager, and can load the query results table into Omniscope whereupon you can then "query" it using formula functions within the Content View.
thanks for your replies. What are you suggesting is the most logical and obvious way to read data from SQL in Omniscope (we're already doing it from some years now).
My idea about executing store procedures directly from Content View was about making updates on SQL tables inserting values read directly from Omniscope.