February 25, 2016 at 10:38 am
I am wondering if I can get some help. I am able to login to an instance using SSMS when I m in the server but when I use client, I am not able to. I get this error "A network related error occurred while establishing the connection .........................Access is denied"
I did change the port number (Just used a random number and didn't know which port to use). Before that it was using default port (1433)
Any help!
February 25, 2016 at 10:51 am
This is a great place to start:
-- Gianluca Sartori
February 25, 2016 at 11:08 am
Enabling the named pipe did the trick.
February 25, 2016 at 11:12 am
Do you have permissions to Remote Desktop into the Server?
Then try connecting to SSMS.
The run sp_who3 and identify what is going on. http://sqlserverplanet.com/dba/a-better-sp_who2-using-dmvs-sp_who3"> http://sqlserverplanet.com/dba/a-better-sp_who2-using-dmvs-sp_who3
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply