Question

I need to allow remote connections in SQL Server 2012 Express, the problem is that I am following every tutorial but without luck. The Microsoft tutorial and every one that I have been reading have sections that I don't have in my SQL Server Configuration Manager.

The msdn tutorial says this:

In SQL Server Configuration Manager, in the console pane, expand SQL Server Network Configuration, expand Protocols for , and then double-click TCP/IP.

In the TCP/IP Properties dialog box, on the IP Addresses tab, several IP addresses appear in the format IP1, IP2, up to IPAll. One of these is for the IP address of the loopback adapter, 127.0.0.1. Additional IP addresses appear for each IP Address on the computer. Right-click each address, and then click Properties to identify the IP address that you want to configure.

If the TCP Dynamic Ports dialog box contains 0, indicating the Database Engine is listening on dynamic ports, delete the 0.

In the IPn Properties area box, in the TCP Port box, type the port number you want this IP address to listen on, and then click OK.

In the console pane, click SQL Server Services.

In the details pane, right-click SQL Server () and then click Restart, to stop and restart SQL Server.

I don't have a SQL Network Configuration and the data I have is not the same.

This is how is my configuration right now (I don't know why says SQL Server 2005 Services, it does have anything in that section).

enter image description here

This is what I have installed on my pc (Windows 8.1 x64)

enter image description here

Was it helpful?

Solution

Finally thanks to @marc_s i founded that the SQL Server Configuration Manager was 2005 version and the 2012 version was not in start menu, so i searched manually and got it working now.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top