User753101303 posted
Hi,
First we would need details on what happens and what you are doing. I suspect you see a delay on a SqlCommand.ExecuteReader method which IMO would point to a SQL query that is slow to run causing a delay before returning the first row? Is this is what you
see?
If confirmed double check the query and in particular that proper indexes are used etc... If rather on readiing, make sure to retrieve only the rows/columns you need and not more (ie a blob column or thousands of rows to just show the first few dozens).