SQL Server 2016 SSIS get cursor from stored procedure
问题 I am using SQL Server 2016. I have a stored procedure GET_RECORDS that takes input parameters for filter and outputs a CURSOR parameter I want to get this cursor in my SSIS package I had created data flow task, OleDb source and variables for parameter values. Then mapped parameters Params mapping screen but when I wanted to save the component - I got an error error screen I tried to add clause WITH RESULT SETS with some dummy columns, but my procedure doesn't return any result set What am I