C# export to excel from sql server
Posted
by Manish Gupta
on Stack Overflow
See other posts from Stack Overflow
or by Manish Gupta
Published on 2010-03-08T12:54:57Z
Indexed on
2010/03/08
13:21 UTC
Read the original article
Hit count: 866
In my C# windows application, I am exporting sql server data to excel on remote drive. But it is too slow. However, if I export data to excel in the local drive, it is fast.
How can I increase the time if I want to export data to remote drive?
Thanks in advance...
© Stack Overflow or respective owner