|
Posted by John Heimiller on 08/27/07 17:49
I'm having the same original problem...can someone else besides Erland
comment on the issue. Erland, with all due respect, I don't think you
understand the original question. It is an SSIS question and you have
stated you "don't know SSIS per se".
Basically in SSIS, using the OLE connection, it will not parse:
INSERT TABLENAME EXEC STORED_PROC
This syntax is fine in query analyzer.
it has nothing to do with the "?" parmamters.
What we want to know is what SSIS settings (if there is any) that will
allow SSIS to parse this as good SQL?
I've tried changing BypassPrepare and IsStoredProcedure but no luck. I
could write a stored procedure that has this code and make it work like
the original poster did as a test...but I would rather have the
INSERT...EXEC...syntax.
I am going to try the ADO connector to see if that parses it right.
*** Sent via Developersdex http://www.developersdex.com ***
Navigation:
[Reply to this message]
|