View Single Post
Old 07-17-2012, 02:53 AM   #6
davikerkrish
Registered User
 
Join Date: Jul 2012
Posts: 111
First you find out which is slow your application or database. You have to optimize the query to better performance.

Example:

Select only required columns not used select * from

If the query is running fast then we know the application code is causing slowness.

In this case to set Trace="true" in the page directive.
davikerkrish is offline   Reply With Quote