Link to home
Start Free TrialLog in
Avatar of ralphp1355
ralphp1355Flag for United States of America

asked on

ETL Sql Server OLE Source displays preview data - but exports nothing

I have a huge involved query - with lots of temp tables ect. At the end I do a Select * from temptable and it displays data.
This query work in SSMS and when I paste it into a OLE Source - it returns the proper rows when I do a preview.
But, when I place it pointing to a destination - database - flat file it returns nothing. Any thoughts?
Avatar of EugeneZ
EugeneZ
Flag of United States of America image

please provide additional details ( more is better) and any related errors.
for start:
"flat file it returns nothing."  - you may need to check if your process is using UNC path to this file
\\servername\share and appropriate permissions to access\write to this file
ralphp1355, if you want us to help you please provide the requested details.
ASKER CERTIFIED SOLUTION
Avatar of ralphp1355
ralphp1355
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ralphp1355

ASKER

Because your experts could not solve it - I get more answers from stackoverflow.