Hi
I am doing a query against a Teradata db with an Attunity SSIS Teradata Source Component. I have looked at the provided sample on Varigence homepage and done a CustomComponent to perform the query. This work well. But how do I set the IsSorted flag to 'true' on my output? The query is sorted and want to use the dataflow with a merge join component that require that this property is set.
/Andreas