SQL2005的SQL Server Management Studio对大数据库操作超时解决方法
<iframe align="center" marginwidth="0" marginheight="0" src="http://www.zealware.com/csdnblog336280.html" frameborder="0" width="336" scrolling="no" height="280"></iframe> SQL2005 中,我们使用 SQL Server Management Studio对大数据库操作,不象 SQL2000 的企业管理器那样,作一些大数据库的修改操作时候,不会超时。如何解决呢? 很简单,在SQL Server Management Studio的 Tool --〉Options 菜单设置即可。
需要设置的项如下:
http://blog.joycode.com/images/blog.joycode.com/ghj/1387/r_20070928.JPG
“为表设计器更新重写连接字符串的超时值”这个选项必须选中。
同时设置事务超时时间为最大值 即 65535 秒
这个事务设置的范围只能是1到65535 ,不能是0,也不能更大。
页:
[1]