Viewing 5 posts - 1 through 5 (of 5 total)
Definitely use XML over the variable-assignment syntax, as SQL Server supports XML. The variable-assignment syntax is not documented. It works, but is not supported.
October 6, 2012 at 9:40 am
I might -- maybe, possibly, with luck -- have found a solution for your issue. Did I say: no guarantees?
I needed to execute command-line FTP from an SSIS package....
August 17, 2010 at 5:51 pm
SSCrazy -- Thanks, helpful. I find myself wishing you could define things like data sources at the solution level, rather than always at the project level, but it appears...
February 6, 2009 at 8:42 am
Greetings. Since you seem to have been able to make a working connection to Oracle, would you be willing to post your code? I can make a linked...
September 22, 2008 at 4:50 pm
At your suggestion, I tried this:
SELECT TOP 100 * FROM ORALINK..CATALOG.ORATABLE --SUCCEEDS
SELECT TOP 101 * FROM ORALINK..CATALOG.ORATABLE --FAILS
Alas, same issue. This is really strange. May have to revive...
August 18, 2008 at 3:44 pm
Viewing 5 posts - 1 through 5 (of 5 total)