cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Custom Extensions Creator - use Stored procedures

holst
Guide

Hi,

I like the new Custom Extensions Creator to simplify db queries.   However, I get error when trying to run a stored procedure.  Error message is: Query must start with select

Is that only for the Extensions Creator App?   I hope it is still possible to run stored procedures to databases. 

Anyone else having issues with stored procedures?

2 REPLIES 2

michal_lewi
Helper

Dear @holst 

You didn't give detailed information about your query.
Maybe you can use procedure in SELECT statement:
sql - How to SELECT FROM stored procedure - Stack Overflow

SELECT * INTO #tmp FROM OPENQUERY(YOURSERVERNAME, 'EXEC MyProc @parameters')

 Best Regards

Michał

Peter_Youssef
Leader

Hello @holst 

feel free to review attached URLs for more info:

  1. sql-data-source 
  2. sql-server 
  3. custom-database-extension 

KR, 

Peter.

Featured Posts