I have a API method which calls stored procedure to returns 3 dataset. I have used ExecuteReader to get the results from stored procedure !
Problem : Stored procedures returns data within 1 seconds, but the executeReader takes 15 t0 20 seconds to yield the output. May i know what is the problem here?