Completely disable remote access to SQL Server

Léon Pelletier picture Léon Pelletier · Aug 16, 2012 · Viewed 19.1k times · Source

I'm on the panic-mode. Today, when navigating to my website, I saw the website was down because of SQL Server timeouts (after an attack with million of login attempts.) ASP.Net pages can't be processed, because SQL Server requests just don't work.

Is there an on/off button for remote access in SQL Server 2008? I saw a lot of vague threads about adding firewall rules. I will never need to remotely access SQL Server, so I don't need to filter access, I just need to limit it to 127.0.0.1. Is this feasible?

Answer

davek picture davek · Aug 16, 2012

Under Server Properties/Connections you can uncheck the

"Allow remote connections"

box.