我正在使用能够从sql server创建备份的应用程序,但它的大小会产生错误:
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
The backup or restore was aborted.
我想知道的是,如果我能够在不改变应用程序的情况下从Management Studio更改time out
时间。
如果没有其他方法可以将连接字符串更改为数据库,那么在字符串中添加简单的;Connection Timeout=30
是否可以解决此问题?该应用程序是用C#编写的。
答案 0 :(得分:0)
我想知道的是,如果我能够在不改变应用程序的情况下更改Management Studio的超时时间。
Management Studio
中更改超时。见article。添加一个简单的;连接超时= 30到字符串解决了这个问题?