Hello,
Currently it is taking 30 seconds to read 100 records from SQL. That is about 22 MB of data.
I want to know if there is a way I can tell when the data is returned from SQL Server and also how long it takes for Tedious to process the data.
e.g (8 seconds to read SQL server and 22 seconds to process data)
Is there a debug setting I can turn on to print this information out?