Can you use it anywhere else ? Excel etc.?
Does your Sybase SP return column headers ? ie this will not produce
anything in the Source for a mapping
SELECT SUM(A*B) FROM TABLE
This will
SELECT SUM(A*B) as Value FROM TABLE
--
----------------------------
Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org
"Matthew White" <mrwhite (AT) lehman (DOT) com> wrote
Quote:
I am using a Sybase stored procedure as my input source for a data
transformation. I can preview the data along with the column headers.
When I go to the Transformation tab I am unable to see the source
columns (from the SP).
Any one else run into this?
I have played around with the prepare option in ODBC and no luck...
Any help!?!? |