Quantcast
Channel: SQL Server Management Studio DAC connection error - Database Administrators Stack Exchange
Viewing all articles
Browse latest Browse all 3

SQL Server Management Studio DAC connection error

$
0
0

I'm trying to connect to SQL Server 2012 via DAC using Management Studio. I type admin: before my server name, yet I keep getting the same error:

A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 0 - The remote computer refused the network connection.) (Microsoft SQL Server, Error: 1225)

What I've checked:

  • I can login with no problems when using regular connection(non DAC)
  • I can also login when forcing tcp: in connection string
  • user is a sysadmin (sa)
  • I am logging in from a local server (physical sql machine)
  • SQL Server browser is enabled
  • Remote connections are enabled and firewall was disabled
  • TcpDynamicPorts in regedit was set to 59036
  • I've executed this:

    exec sp_configure 'show advanced options', 1  RECONFIGURE WITH OVERRIDE  exec sp_configure 'remote admin connections', 1  RECONFIGURE WITH OVERRIDE  

So far, nothing has helped me.


Viewing all articles
Browse latest Browse all 3

Latest Images

Trending Articles





Latest Images