|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Problem in setting TimeoutHi,
In my application I am using several Stored Procedures written in MS-Sql Server. Of that one SP takes much time to execute. Because of that, one of my pages using that SP is throwing Timeout Expired Error. The SP is optimized is the saying by my DB Team. So now I need to counter that error in my page only. Is there any possible approach for that issue by setting Time out for that particular page. So that, I may extend the life of that page a little longer. Please help me in solving this issue. Thanks in Advance, N.Ramakrishnan Use the Server.ScriptTimeout property.
Ramakrishnan Nagarajan wrote: Show quoteHide quote > Hi, > In my application I am using several Stored Procedures written in MS-Sql > Server. Of that one SP takes much time to execute. Because of that, one of my > pages using that SP is throwing Timeout Expired Error. The SP is optimized is > the saying by my DB Team. So now I need to counter that error in my page > only. Is there any possible approach for that issue by setting Time out for > that particular page. So that, I may extend the life of that page a little > longer. Please help me in solving this issue. > > Thanks in Advance, > N.Ramakrishnan
Count Instances Of String Within String
Large text file import: MVP question ToolStrip with ToolStripDropDownButton Accessing SQL dataset value from button Regex references NULL Value - Specified cast is not valid array operators Beginner- 2 Forms & Events Using Streamreader with files in servers Different Events |
|||||||||||||||||||||||