SQL Server config "Remote access"

sakuraime 2,341 Reputation points
2021-01-11T08:25:36.79+00:00

I set "Remote access" to 0 , but why client can still can access remotely using TCPIP ?using SSMS?

SQL Server | Other
0 comments No comments
{count} votes

Accepted answer
  1. AmeliaGu-MSFT 14,006 Reputation points Microsoft External Staff
    2021-01-12T05:54:19.207+00:00

    Hi @sakuraime ,

    In addition, this configuration option is an obscure SQL Server to SQL Server communication feature that is deprecated, and you probably shouldn't be using it. Please refer to this doc for more details.

    If you don’t want the remote clients to connect to the SQL Server instance, you can block remote ip address in inbound rules -> rules properties->Scope tab. Please refer to this thread for more details.

    Best Regards,
    Amelia


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Olaf Helper 47,436 Reputation points
    2021-01-11T08:49:50.513+00:00

    Do you mean the SQL Server property Remote Server Connections? You misinterpret that setting, it belongs to "Linked Server", not client connections.

    You can find the client connection settings in the Server Network Configuration

    0 comments No comments

  2. sakuraime 2,341 Reputation points
    2021-01-11T13:01:27.883+00:00

    sp_configure 'remote access' . <<< this setting


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.