我沒有太多的SQL服務器經驗。我試圖通過IP地址連接到SQL Server 2005。我的連接字符串是:使用IP地址連接到遠程SQL服務器
"Data Source=117.213.4.155,1433;Network Library=DBMSSOCN;Initial Catalog=PostDB;User ID="<user>";Password="<password>"
我得到這個錯誤:
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: TCP Provider, error: 0 - No connection could be made because the target machine actively refused it.)
我已經使用表面配置工具啓用TCP/IP連接,我不現在有一個防火牆。
那麼我該如何解決這個問題呢?請給我一些關於在遠程SQL服務器中存儲和檢索數據的建議和見解。我沒有其他辦法來澄清這個問題。 預先感謝您。
http://www.connectionstrings.com/sql-server-2005 –
那就是我開始的地方。他們只提供連接字符串格式,不是他們 – Rahul
你試過'ping','telnet'這個IP嗎? –