Tagged Questions
1
vote
1answer
300 views
PostgreSQL - Using COALESCE keyword in SSIS
When I am trying to use the COALESCE key word in an OLE DB Source control, it always returns a negative number in the results set.
I am using a Native OLE DB\PostgreSQL Native Provider as a ...
2
votes
1answer
123 views
SQL server Intergration services 2008 sub queries
I am looking for a way to execute sub queries from within a main query that I execute in my SSIS package.
So When I execute the package, I want to be able to execute the sub query after everyline ...