1
I’m trying to connect to SQLSERVER 2012 with windows authentication and it shows me this error, I have two servers created, tested both but it didn’t work before when I used it connected.
`TITLE: Connect to Server
Unable to connect to ROMULO MSSQLSERVER_TEST.
ADDITIONAL INFORMATION:
Instance-specific or network error when connecting to SQL Server. The server was not found or not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (Preview: TCP Provider, error: 0 - Remote computer refused network connection. ) (Microsoft SQL Server, Error: 1225)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&EvtSrc=MSSQLServer&EvtID=1225&LinkId=20476
Remote computer refused network connection
BUTTONS:
OK
`
The most common question: Have you restarted the server? Since you have not provided too many details such as, if you have connectivity (a ping has a response), or if MSSQL services are active, let us know.
– Ismael
Did you ever change the name of your machine ? Did you ever check the name of the Server name ?
– Diego Farias
It worked out here guys! Just enable a function here!
– Romulo Sousa