Groups | Blog | Home
all groups > sql server dts > january 2005 >

sql server dts : Column Order in reverse order in Transformation Options


deb gerdes
1/14/2005 9:23:06 AM
In a DTS package, I am trying to define the transformations between the
source and the destination. I have selected the "Copy Column" type and went
into the "Transformation Options" dialog box. I selected my source columns
and my destination columns. My problem is that when I then hit the
"Properties" button it shows my columns in the reverse order of how I
selected them on the source and destination tabs. Then when I try to test my
transformation it gives me the following error: "Duplicate column name
resolution could not be done because the ordinal specified column of a
different name". I am assuming the two are related, but I'm not sure. What
Allan Mitchell
1/15/2005 7:40:38 AM
OK So did you do this

In the transformations tab

Delete All | Select All | New | Copy Column | Properties

In there now you see the columns in the wrong order?

Duplicate column names????

Do you have duplicate column names?

Are you trying to send the same column to different destinations?

Different columns to the same destination?


--



Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.SQLIS.com - You thought DTS was good. here we show you the new stuff.
www.konesans.com - Consultancy from the people who know


[quoted text, click to view]

deb gerdes
1/16/2005 8:37:01 AM
Thanks for the info. I was able to solve my problem.

I do have duplicate column names because my query contains a join. My
original query had "Select * from..." in it. If I explicitly selected the
columns I wanted and ignored the duplicate columns I was able to get the
transformations to work.

What I don't understand is that this particular DTS package is over a year
old and doing a "Select * from..." worked in the past. Something must have
AddThis Social Bookmark Button