Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit a046635

Browse files
committed
More concise
1 parent 3954d0d commit a046635

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

docs/database-engine/configure-windows/configure-the-remote-access-server-configuration-option.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ ms.date: "03/28/2022"
1818

1919
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
2020

21-
This article is about the **remote access** configuration option, which is a deprecated [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] communication feature. You probably shouldn't disable this option.
21+
This article is about the **remote access** configuration option, which is a deprecated [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] communication feature.
22+
23+
This option affects servers that are added by using [sp_addserver](../../relational-databases/system-stored-procedures/sp-addserver-transact-sql.md) and [sp_addlinkedserver](../../relational-databases/system-stored-procedures/sp-addlinkedserver-transact-sql.md). You should leave **remote access** enabled (the default) if you use [linked servers](../../relational-databases/linked-servers/linked-servers-database-engine.md).
2224

2325
> [!IMPORTANT]
2426
> [!INCLUDE[ssNoteDepNextDontUse](../../includes/ssnotedepnextdontuse-md.md)]
@@ -55,10 +57,6 @@ The default value for the **remote access** option is **1** (enabled). This gran
5557

5658
This setting doesn't take effect until you restart [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
5759

58-
## Limitations and restrictions
59-
60-
The **remote access** option affects servers that are added by using [sp_addserver](../../relational-databases/system-stored-procedures/sp-addserver-transact-sql.md) and [sp_addlinkedserver](../../relational-databases/system-stored-procedures/sp-addlinkedserver-transact-sql.md). You should keep this configuration option enabled (the default) if you use [Linked Servers](../../relational-databases/linked-servers/linked-servers-database-engine.md).
61-
6260
## Permissions
6361

6462
Execute permissions on **sp_configure** with no parameters or with only the first parameter are granted to all users by default. To execute **sp_configure** with both parameters to change a configuration option or to run the RECONFIGURE statement, a user must be granted the ALTER SETTINGS server-level permission. The ALTER SETTINGS permission is implicitly held by the **sysadmin** and **serveradmin** fixed server roles.

0 commit comments

Comments
 (0)