November 2, 2012 at 5:23 am
Hi,
I'm doing bulk insert which is taking 36sec approx. can anyone tell me how to execute using asp.net c#. normal executenonquery is throwing timeout expection
Thanks in Advance
November 2, 2012 at 5:27 am
Change SqlCommand.CommandTimeout to higher number. Default is 30 sec...
November 2, 2012 at 5:46 am
I set it to 0 that means infinity right? if i'm not wrong
November 2, 2012 at 9:52 am
November 7, 2012 at 4:22 am
Thanks all it worked for me..
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply