我已經更改了SQL服務器中的sa密碼,它曾經與系統的管理員密碼相同。之後,我有時會收到此錯誤:更改sa密碼後,我(有時)得到超時異常
System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
at
我正在運行Windows Server 2008 R2和SQL Server Enterprise。
你有什麼線索我該如何解決這個問題?
您仍然可以使用Management Studio連接到實例嗎?當你這樣做時,你是連接爲sa還是作爲你的Windows帳戶? – nabrond
你重新啓動了嗎? – Paparazzi
是的,我可以使用windows authenticatoin和sql server身份驗證連接到Management Studio。我已經在更改後重新啓動,它仍然導致我的問題:( – robertwolfheart