Question:
Is it possible to execute a Stored Procedure within SalesLogix?
Answer:
The code executed within SLX scripts is executed via the SLX OLEDB Provider, and as such will not allow you to execute a SP.
That being said, you could connect directly to the server via ADODB bypassing the SLXOLEDB Provider and execute the SP.



