M
M
Maxim2020-05-07 15:29:33
SQL Server
Maxim, 2020-05-07 15:29:33

How to allow remote connections to MS SQL EXPRESS 2008?

Please point out the mistake.
Unable to allow remote connections to the SQL EXPRESS 2008 server
The following was done:
in the properties of the server in management studio, on the connection tab, the "Allow remote connections" switch was checked
in the SQL Configuration manager enabled tcp ip

spoiler
5eb3fe83aae37305699361.png
5eb3fe8b9599e581416977.png
5eb3fe916d623023457928.png

Allowed in the firewall ports 1433 tcp and udp
port 1433 listens in the system. checked with netstat -a

Answer the question

In order to leave comments, you need to log in

4 answer(s)
V
Vladimir Korotenko, 2020-05-07
@maxpointn2point

Select protocols for the server and not for the client. You also need to connect to
192.168.1.1\SQLExpress
, that is, specify not only the ip of the machine, but also the name of the instance

D
d-stream, 2020-05-07
@d-stream

It is unlikely that anyone outside will be able to reach the ip4 address 127.0.0.1 indicated on the screen

D
Drno, 2020-05-07
@Drno

you have a local address, Ipv4 ... write down the real one, which is issued to the network

K
Konstantin Tsvetkov, 2020-05-07
@tsklab

Must turn on
5eb42ba1f1c60160581387.png
above there is an external address with a similar setting
And there too.
Allowed ports 1433 tcp and udp in the firewall
Allow Application
5eb42d4b39614600926329.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question