VishalMistry
18th April 2016, 11:21
Hi all,
I have written a session that exports table data along with column description. But the session performs slowly when the table has more then 10,000 rows and takes at least 5 minutes. It performs the following:
1. given a table name it writes a sequential file on server
2. once, the file is written copies it to client and opens in excel
I am attaching script of the session. Shall be grateful if someone can hint what could be the problem, or at-least suggest some alternative solution.
Vishal
I have written a session that exports table data along with column description. But the session performs slowly when the table has more then 10,000 rows and takes at least 5 minutes. It performs the following:
1. given a table name it writes a sequential file on server
2. once, the file is written copies it to client and opens in excel
I am attaching script of the session. Shall be grateful if someone can hint what could be the problem, or at-least suggest some alternative solution.
Vishal