Click here to Skip to main content
15,885,365 members
Home / Discussions / C#
   

C#

 
AnswerRe: Increase Execution time for Sp in webconfig for time out problem Pin
TweakBird19-Jan-11 23:52
TweakBird19-Jan-11 23:52 
GeneralRe: Increase Execution time for Sp in webconfig for time out problem Pin
Mugdha_Aditya19-Jan-11 23:56
Mugdha_Aditya19-Jan-11 23:56 
GeneralRe: Increase Execution time for Sp in webconfig for time out problem Pin
TweakBird20-Jan-11 0:57
TweakBird20-Jan-11 0:57 
GeneralRe: Increase Execution time for Sp in webconfig for time out problem Pin
Mugdha_Aditya20-Jan-11 1:40
Mugdha_Aditya20-Jan-11 1:40 
AnswerRe: Increase Execution time for Sp in webconfig for time out problem Pin
#realJSOP20-Jan-11 2:25
mve#realJSOP20-Jan-11 2:25 
GeneralRe: Increase Execution time for Sp in webconfig for time out problem Pin
Mugdha_Aditya20-Jan-11 2:52
Mugdha_Aditya20-Jan-11 2:52 
GeneralRe: Increase Execution time for Sp in webconfig for time out problem Pin
Dave Kreskowiak20-Jan-11 4:49
mveDave Kreskowiak20-Jan-11 4:49 
AnswerRe: Increase Execution time for Sp in webconfig for time out problem Pin
Dave Kreskowiak20-Jan-11 4:48
mveDave Kreskowiak20-Jan-11 4:48 
Ummm, I hate to rain on everyones parade here, but changing the timeout in the connection string doesn't work. That's the timeout for the CONNECTION to the database, not the timeout for executing a command on the database.

You're looking at CommandTimeout[^].

But, like JSOP said, if you've got a long running query like this, you're best option is to try and improve the query's performance first. Having done that, if still too long, run the query async so your code isn't blocked waiting 10 minutes for the query to return. Look at the Begin* methods of the SqlCommand object.

AnswerRe: Increase Execution time for Sp in webconfig for time out problem Pin
Mahendra Vishwakarma23-Jan-11 18:48
Mahendra Vishwakarma23-Jan-11 18:48 
QuestionMake ,windows application contents available and save online Pin
varun.g19-Jan-11 19:45
varun.g19-Jan-11 19:45 
AnswerRe: Make ,windows application contents available and save online Pin
Richard MacCutchan19-Jan-11 21:44
mveRichard MacCutchan19-Jan-11 21:44 
GeneralRe: Make ,windows application contents available and save online Pin
varun.g19-Jan-11 22:04
varun.g19-Jan-11 22:04 
GeneralRe: Make ,windows application contents available and save online Pin
Richard MacCutchan20-Jan-11 1:29
mveRichard MacCutchan20-Jan-11 1:29 
GeneralRe: Make ,windows application contents available and save online Pin
fjdiewornncalwe20-Jan-11 3:39
professionalfjdiewornncalwe20-Jan-11 3:39 
GeneralRe: Make ,windows application contents available and save online Pin
varun.g21-Jan-11 18:54
varun.g21-Jan-11 18:54 
QuestionHellp!!. problem with loading wsdl into VS2008 (C#) Pin
henry hanqing19-Jan-11 17:55
henry hanqing19-Jan-11 17:55 
AnswerRe: Hellp!!. problem with loading wsdl into VS2008 (C#) Pin
Abhinav S19-Jan-11 18:54
Abhinav S19-Jan-11 18:54 
Questionproblem with tcpclient when reconnecting. Pin
prasadbuddhika19-Jan-11 17:06
prasadbuddhika19-Jan-11 17:06 
AnswerRe: problem with tcpclient when reconnecting. Pin
PIEBALDconsult19-Jan-11 17:52
mvePIEBALDconsult19-Jan-11 17:52 
GeneralRe: problem with tcpclient when reconnecting. Pin
prasadbuddhika19-Jan-11 18:47
prasadbuddhika19-Jan-11 18:47 
GeneralRe: problem with tcpclient when reconnecting. Pin
PIEBALDconsult19-Jan-11 18:49
mvePIEBALDconsult19-Jan-11 18:49 
AnswerRe: problem with tcpclient when reconnecting. Pin
Richard MacCutchan19-Jan-11 21:46
mveRichard MacCutchan19-Jan-11 21:46 
QuestionHow To Login To Web Page And Submit File Pin
Kevin Marois19-Jan-11 10:46
professionalKevin Marois19-Jan-11 10:46 
AnswerRe: How To Login To Web Page And Submit File Pin
Not Active19-Jan-11 13:37
mentorNot Active19-Jan-11 13:37 
QuestionWebBrowser - Deliver a password hidden from the user? Pin
Shmulik2819-Jan-11 10:41
Shmulik2819-Jan-11 10:41 

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.