Hello Guys,
I am running SQL Server Stored Proc in alteryx Post SQL but its not loading the all the records. Not sure why.
Same Stored Proc if i am running directly through SSMS Or any UI tools its producing full results and loading all the records.
My Flow is like
Input has SQL statement which reads data from Oracle DB and Load into SQL Server table in Output.
and In Output Post SQL I am calling Stored Proc which reads data from Output table and do some calculation and load into another table.
Input row count : 43000
Output row count : 43000
Stored Proc row count into another table is Around 36000. Not sure why not all the 43000 is getting loaded into Another table.
In Below Example Not sure Why Stored Procedure is getting executed before Writing data into Out put tables.