I get the following error when I call a stored proc within an execute sql task in SSIS. "Description: Executing the query "Exec up_CallXXX" failed with the following error: "Incorrect syntax near '13'.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly." This is how it is set up:
ResulSet : None ConnectionType : OLE DB SQLSourceType : Direct input SQL Statement : Exec up_CallXXX IsQueryStoredProcedure : False BypassPrepare : True
The stored proc runs fine when I execute it through SSMS. Does anyone have an idea what is going on.
Thanks!