| Posted by John Heimiller on 08/27/07 20:36 
Note: the ADO.NET adapter parses the SQL fine....I suggest switchingfrom the OLE unless your platforms don't support the ADO adapter.
 
 One thing, you don't use "?" for parameters but actual variable names
 with @...like @parm1. You will also need to re-add them as parameters in
 SSIS after you change the connector to ADO.NET.
 
 Hope that makes sense.
 
 Would still like an answer to the SQL SERVER OLE connector not parsing
 
 INSERT TABLE EXEC STOREDPROC
 
 
 
 *** Sent via Developersdex http://www.developersdex.com ***
 [Back to original message] |