New Data / Table Import
New Data / Table Import
Allow for the execution of a SQL Procedure. Currently have to have select statement.
Custom Query needs to be able to run the following
execute dbo.GetMyProcedureSelect 'myparam1', 'myparam2', 'etc'
Thanks