MSSQLServer 上討厭的錯誤error: 40 - Could not open a connection to SQL Server
錯誤資訊:error: 40 - Could not open a connection to SQL Server ....
產生的原因是:
連線字串有問題,我的原來是:
Server=10.18.100.5;UID=sa;Password=111;Initial Catalog=nbpm;Data Source=.
改成:
Server=10.18.100.5;UID=sa;Password=111;Initial Catalog=nbpm;Data Source=10.18.100.5
就好了
[@more@]error: 40 - Could not open a connection to SQL Serv
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/5859/viewspace-905339/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- MysqL錯誤之_ERROR! MySQL server PID file could not be found!MySqlErrorServer
- 關閉ubuntu討厭的內部錯誤提示Ubuntu
- sql 2005 error 40遠端連線錯誤SQLError
- ERROR: UTL_SMTP.OPEN_CONNECTIONError
- SQLDeloper IO 錯誤: The Network Adapter could not establish the connectionSQLAPT
- SQL Server的“錯誤:9004”SQLServer
- 急 !!SQL SERVER錯誤SQLServer
- SQL Server 容易忽略的錯誤SQLServer
- HTTP 錯誤 500.19 - Internal Server ErrorHTTPServerError
- SQL Server 錯誤日誌SQLServer
- Mysql啟動錯誤-server PID file could not be foundMySqlServer
- 記錄redis佇列read error on connection to錯誤Redis佇列Error
- ascp: Failed to open TCP connection for SSH, exiting. Session Stop (Error: Failed to open TCP connection for SSH)AITCPSessionError
- Nginx報錯: "Too many open files accept" 和 "could not build the server_names_hash"NginxUIServer
- SQL server錯誤:53和 SQL server錯誤:17 ,小樣你在劫難逃SQLServer
- HTTP 錯誤 500.19- Internal Server Error 錯誤解決方法HTTPServerError
- iOS-拉outlet到程式碼區錯誤:Could not insert new outlet connection: Could not find any...iOS
- oracle listener錯誤Linux Error: 111: Connection refusedOracleLinuxError
- The SQL Server (MSSQLSERVER) service terminated with service-specific error 1814 (0x716).SQLServerError
- Microsoft SQL Server,錯誤: 20582ROSSQLServer
- 執行SQL發生錯誤!錯誤:disk I/O errorSQLError
- 錯誤內容:You have an error in your SQL syntax; check the manual that corresponds to your MySQL serverErrorMySqlServer
- sql developer連結不上oracle 報 The Network Adapter could not establish the connectionSQLDeveloperOracleAPT
- HTTP 錯誤 500.21 - Internal Server Error 解決方案HTTPServerError
- yarn install 遇到的錯誤訊息 - Error EPERM operation not permitted, open .yarnrcYarnErrorMIT
- SQL Server ErrorLog 錯誤日誌SQLServerError
- jdbc連線sql server 出現 java.sql.SQLException: Network error IOException: Connection refused:JDBCSQLServerJavaExceptionError
- SQL SERVER 裡的錯誤處理(try catch)SQLServer
- 輕鬆掌握SQL Server錯誤資訊的格式SQLServer
- psql: error: could not connect to server: No such file or directorySQLErrorServer
- 無法開啟到SQL Server的連線 (Microsoft SQL Server, 錯誤:53) .SQLServerROS
- HTTP 錯誤 500.19 - Internal Server Error(Windows Server 2012)HTTPServerErrorWindows
- Sql Server對等複製中將截斷字串或二進位制資料。 (源: MSSQLServer,錯誤號: 8152)SQLServer字串
- rs.open與connection.execute(sql)的區別SQL
- SQL Server DACPAC資料庫部署錯誤SQLServer資料庫
- SQL SERVER Msg 7357錯誤解決SQLServer
- 去掉那討厭的windows域Windows
- MongoDB mongoimport 報錯:lost connection to serverMongoDBImportServer