Hi
I have a SP to execute from the SSIS package to and capture the o/p results into a flat file, the SP has simple select statement and nothing in it.
I when I try to use OLE DB source in DFT to execute this SP ( this SP has no parameter) I am getting error stating "procedure has no parameter and argument were supplied"
"Unable to retrieve column information from the data source make sure your target table in the database is available"
I thought I would be simple to run the SP containing the Select stm and put the result into file from DFT, can some one help me with the steps pls.
I've the option of running this pkg in 2008R2 or 2012 version
Neil