Hello all people,
I need to read one or multiple csv file(s) through SSRS.
The goal is to provide, for one Customer, a web portal to read csv file as we request a simple statement : select * from [csv file] as a table... and using only sql server products and CSV data source.
So is possible in SSRS to add a CSV file data source ?
In php, we found without pb : http://bitonwire.com/jblogs/read-csv-file-with-php
And with sql server products ??
Thanks for helps.