Click here to Skip to main content
15,898,222 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionSQL time out exception because of datareader Pin
pavan.kumar,sai25-Mar-09 2:14
pavan.kumar,sai25-Mar-09 2:14 
AnswerRe: SQL time out exception because of datareader Pin
Ashfield25-Mar-09 2:26
Ashfield25-Mar-09 2:26 
GeneralRe: SQL time out exception because of datareader Pin
pavan.kumar,sai25-Mar-09 2:34
pavan.kumar,sai25-Mar-09 2:34 
GeneralRe: SQL time out exception because of datareader Pin
www.Developerof.NET25-Mar-09 3:01
www.Developerof.NET25-Mar-09 3:01 
GeneralRe: SQL time out exception because of datareader Pin
pavan.kumar,sai25-Mar-09 3:11
pavan.kumar,sai25-Mar-09 3:11 
GeneralRe: SQL time out exception because of datareader Pin
www.Developerof.NET25-Mar-09 4:19
www.Developerof.NET25-Mar-09 4:19 
GeneralRe: SQL time out exception because of datareader Pin
pavan.kumar,sai25-Mar-09 15:37
pavan.kumar,sai25-Mar-09 15:37 
GeneralRe: SQL time out exception because of datareader Pin
Ashfield25-Mar-09 9:17
Ashfield25-Mar-09 9:17 
In which case I suggest you consider some of the followng:

- do you need to return all the data at once?
- could the underlying data be denormailised into reporting tables?
- could some of the data be cached?
- could the indexing be improved?

I am fairly certain that if the query times out, and you are displaying the data on a web page it will be pointless, as nobody wants to wait ages for a page to load.

Hopefully this may guide you to a solution

Bob
Ashfield Consultants Ltd
Proud to be a 2009 Code Project MVP

GeneralRe: SQL time out exception because of datareader Pin
pavan.kumar,sai25-Mar-09 15:39
pavan.kumar,sai25-Mar-09 15:39 
GeneralRe: SQL time out exception because of datareader Pin
Ashfield25-Mar-09 21:56
Ashfield25-Mar-09 21:56 
QuestionHi experts, Pin
antony beula25-Mar-09 0:33
antony beula25-Mar-09 0:33 
AnswerRe: Hi experts, Pin
Abhijit Jana25-Mar-09 0:46
professionalAbhijit Jana25-Mar-09 0:46 
GeneralRe: Hi experts, Pin
antony beula25-Mar-09 2:28
antony beula25-Mar-09 2:28 
QuestionDrop down list inside the itemTemplate in template Field of a gridview Pin
scar_face25-Mar-09 0:02
scar_face25-Mar-09 0:02 
AnswerRe: Drop down list inside the itemTemplate in template Field of a gridview Pin
dayakar_dn25-Mar-09 0:09
dayakar_dn25-Mar-09 0:09 
QuestionHow to use Repeator control? Pin
Subin Alex25-Mar-09 0:01
Subin Alex25-Mar-09 0:01 
AnswerRe: How to use Repeator control? Pin
Abhijit Jana25-Mar-09 0:04
professionalAbhijit Jana25-Mar-09 0:04 
QuestionHow to enable so many connections Pin
cmrhema24-Mar-09 23:44
cmrhema24-Mar-09 23:44 
AnswerRe: How to enable so many connections Pin
Abhijit Jana25-Mar-09 0:52
professionalAbhijit Jana25-Mar-09 0:52 
Questionclickable map of USA Pin
laziale24-Mar-09 23:38
laziale24-Mar-09 23:38 
AnswerRe: clickable map of USA Pin
mr_muskurahat25-Mar-09 0:04
mr_muskurahat25-Mar-09 0:04 
Questionhow to stop refreshing a page when a button clicked at client Pin
prasadbuddhika24-Mar-09 23:32
prasadbuddhika24-Mar-09 23:32 
AnswerRe: how to stop refreshing a page when a button clicked at client Pin
mr_muskurahat25-Mar-09 0:01
mr_muskurahat25-Mar-09 0:01 
GeneralRe: how to stop refreshing a page when a button clicked at client Pin
prasadbuddhika25-Mar-09 0:11
prasadbuddhika25-Mar-09 0:11 
AnswerRe: how to stop refreshing a page when a button clicked at client Pin
Abhijit Jana25-Mar-09 0:18
professionalAbhijit Jana25-Mar-09 0:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.