All-Star
16806 Points
2777 Posts
Jul 17, 2014 03:48 AM|Kevin Shen - MSFT|LINK
Hi comego,
It maybe caused when running very long queries .
To avoid it altered the SQL command properties to increase the timeout and allow the command to wait longer before calling the timout.
http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlcommand.commandtimeout.aspx
Best Regards,
Kevin Shen.
All-Star
16806 Points
2777 Posts
Re: sql express problem
Jul 17, 2014 03:48 AM|Kevin Shen - MSFT|LINK
Hi comego,
It maybe caused when running very long queries .
To avoid it altered the SQL command properties to increase the timeout and allow the command to wait longer before calling the timout.
http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlcommand.commandtimeout.aspx
Best Regards,
Kevin Shen.