I am trying to connect my access interface to SQL Server.
It worked when SQL Server was on my computer, but now I'm trying to connect to the server
Therefore, when I create a DSN file with access
- I chose the SQL-Server driver (I also tried with the native SQL-Server 10.0)
- I enter the server name that I copied from SQL Management Studio so that there are no typos
- I chose NT authentication
Then I have this error

In properties, I tried with TCP/IP with port 1433 by default, and I also tried with pipe names
I made sure that the check box for remote connection is checked
If I try to connect to the management studio, I got this error

I see the server when I browse the network
I try this troubleshotting, but I'm stuck on the telnet team. It says Could not open connection to host on 1433
I also tried without port, and I got the same error on port 23
Any ideas?
thanks
source share