// Setting command timeout to 1 second
command.CommandTimeout = 1
定义和用法CommandTimeout 属性可设置或返回执行命令期间在终止尝试和产生错误之前需等待的时间。
设置或返回 Long 值,该值指示等待命令执行的秒数。默认值为 30。
sp_configure 'remote query timeout (s)'
exec sp_configure 'query wait (s)'
修改语句:
exec sp_configure 'query wait (s)',800
reconfigure with override
go
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)