July 17, 2012 at 8:53 am
I am trying to disable remote access for a SQL instance
Here is what I did in SSMS,
Right click server instance-> click properties -> connections (server properties)-> unchecked "Allow remote connections to this server"
Then I restarted sql service
But still I am able to connect from my local machine
Do I miss something?
July 17, 2012 at 9:02 am
Ok, instead of "restart" I "stopped" and then "started" sql service
and now I am not able to connect from my local machine.
Not sure about diffrence between "restart" and "Stop + Start"
July 17, 2012 at 10:22 am
Daxesh Patel (7/17/2012)
Ok, instead of "restart" I "stopped" and then "started" sql serviceand now I am not able to connect from my local machine.
Not sure about diffrence between "restart" and "Stop + Start"
There should be no difference. The "Restart" button in the SQL Configuration Manager and Services MMC is just a GUI feature that does a "Stop" service operation immediately followed by a "Start" service operation.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 25, 2013 at 9:29 am
I've seen the same myself - after the restart I checked the "running values" for the config as well and that showed "Allow Remote Connections" as unchecked. I still have no idea what happened
April 25, 2013 at 10:12 am
Disable TCP/IP in SQL Server configuration manager?
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply