我遇到了一个奇怪的问题。我有一个.NET程序,我的流程逻辑需要在SQLServer2005数据库上进行长时间运行的事务(~20分钟)。没关系,因为没有人并行访问数据库。当出现问题时,应该回滚事务。在我的DbTransaction对象上的Rollback()操作很少且没有任何可见模式抛出SqlException:Message:"Timeoutexpired.Thetimeoutperiodelapsedpriortocompletionoftheoperationortheserverisnotresponding."StackTrace:atSystem.Data.SqlClient