Hi am trying to execute a SQL Stored Procedure from Input tool. After I set up the connection I am able to see the SP and its parameters, Data type and value in the "Stored Procedures" tab. I am int data type as parameter. When I run or test connection I get error stating "No columns returned".
Please note:
- I have tried executing the same SP with parameters in SQL studio and am getting the data as required.
- I have checked and my connection is correctly mapped in Alteryx as I am able to query tables from alteryx using select statement
- I have also tried giving ' ' single quotes in the parameter (as per a youtube learning)
can someone please help