Hi guys.

I have to do an application that export programmatically an excel sheet on a SQLServer Table. I cannot launch DTS because clients are not autorized to write file on the server. My excel files should contains more then 10.000 rows, then to do an Insert query for each row of the file is too slow. Any solution?

Thanks