Hello, I'm using an ADO Source to read a sql table with inline sql. I developed the sql code in Management Studio and it runs fine and returns one results row (an xml string), which is what I want. When I add the inline code to the ADO Source object in my pacakge and preview the query it returns three rows. The results set is over 4000 chars. I need the package to return a one row result. Anyone run into this problem?
Thanks.