Connecting remote SQL server
-
Hi. I'm trying to connect to a remote SQL serer express through TCP/IP. I entered the in the server name field. I tried also without the instance name. I tried with integrated security as well as authentication. Also, I tried with the port address, and I get the error message "TCP Provider: Connection closed forcibly by the remote computer". P.S. the protocol is enabled on noth the local and remote sides. Can anyone explain me please how to establish a connection? Thanks, Yaakov
-
Hi. I'm trying to connect to a remote SQL serer express through TCP/IP. I entered the in the server name field. I tried also without the instance name. I tried with integrated security as well as authentication. Also, I tried with the port address, and I get the error message "TCP Provider: Connection closed forcibly by the remote computer". P.S. the protocol is enabled on noth the local and remote sides. Can anyone explain me please how to establish a connection? Thanks, Yaakov
Given the error message you got it might be a better idea to look on the server to see what the problem is. However, if the problem is with your code then we cannot help you unless you post the code you are using.
My: Blog | Photos WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and More
-
Given the error message you got it might be a better idea to look on the server to see what the problem is. However, if the problem is with your code then we cannot help you unless you post the code you are using.
My: Blog | Photos WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and More
I'm trying to connect from the VS IDE. I own both the server and the client, and I see no problem on both. Can you reffer me to a relevant artical? Thanks, Yaakov