C#恢复数据库之后,出现错误transport-level error has occurred when sending the request to the server
当操作了数据库的恢复时,继续其他操作的时候,系统跑出一个错误:transport-levelerrorhasoccurredwhensendingtherequesttotheserver这个情况是通常是因为SQLServer遇到了一些Issues而不得不去刷新所有的连接,但是ADO.net仍然认为这些连接是有效的,而其实,可能在使用的过程中,某些连接早已失效。看来问题出在SQL的连接上了.而且是