Skip to content

Commit 0663b7e

Browse files
authored
Merge pull request #17740 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to master to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents bbae5c4 + adc7d5b commit 0663b7e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/ssms/agent/sql-server-agent-fixed-database-roles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent database rol
4545
**SQLAgentUserRole** is the least privileged of the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent fixed database roles. It has permissions on only operators, local jobs, and job schedules. Members of **SQLAgentUserRole** have permissions on only local jobs and job schedules that they own. They cannot use multiserver jobs (master and target server jobs), and they cannot change job ownership to gain access to jobs that they do not already own. **SQLAgentUserRole** members can view a list of available proxies only in the **Job Step Properties** dialog box of [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)]. Only the **Jobs** node in [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] Object Explorer is visible to members of **SQLAgentUserRole**.
4646

4747
> [!IMPORTANT]
48-
> Consider the security implications before granting proxy access to members of **the** [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] **Agentdatabaseroles**. The **SQLAgentReaderRole** and the **SQLAgentOperatorRole** are automatically members of the **SQLAgentUserRole**. This means that members of **SQLAgentReaderRole** and **SQLAgentOperatorRole** have access to all [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent proxies that have been granted to the **SQLAgentUserRole** and can use those proxies.
48+
> Consider the security implications before granting proxy access to members of **the** [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] **Agent database roles**. The **SQLAgentReaderRole** and the **SQLAgentOperatorRole** are automatically members of the **SQLAgentUserRole**. This means that members of **SQLAgentReaderRole** and **SQLAgentOperatorRole** have access to all [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent proxies that have been granted to the **SQLAgentUserRole** and can use those proxies.
4949
5050
The following table summarizes **SQLAgentUserRole** permissions on [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent objects.
5151

docs/t-sql/functions/context-info-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ CONTEXT_INFO()
4242
The **context_info** value.
4343

4444
If **context_info** was not set:
45-
- In [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] returns NULL.
46-
- In [!INCLUDE[ssSDS](../../includes/sssds-md.md)] returns a unique session-specific GUID.
45+
- [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] returns NULL.
46+
- [!INCLUDE[ssSDS](../../includes/sssds-md.md)] returns a unique session-specific GUID.
4747

4848
## Remarks
4949
The Multiple Active Result Sets (MARS) feature enables applications to run multiple batches, or requests, at the same time, on the same connection. When one of the MARS connection batches runs SET CONTEXT_INFO, the `CONTEXT_INFO` function returns the new context value, when the `CONTEXT_INFO` function runs in the same batch as the SET statement. If the `CONTEXT_INFO` function runs in one or more of the other connection batches, the `CONTEXT_FUNCTION` does not return the new value unless those batches started after completion of the batch that ran the SET statement.

docs/t-sql/functions/first-value-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ FIRST_VALUE ( [scalar_expression ] ) [ IGNORE NULLS | RESPECT NULLS ]
4545
[ IGNORE NULLS | RESPECT NULLS ]
4646
**Applies to**: Azure SQL Edge
4747

48-
IGNORE NULLS - Ignore null values in the dataset when computing the last value over a partition.
49-
RESPECT NULLS - Respect null values in the dataset when computing last value over a partition.
48+
IGNORE NULLS - Ignore null values in the dataset when computing the first value over a partition.
49+
RESPECT NULLS - Respect null values in the dataset when computing first value over a partition.
5050

5151
For more information, see [Imputing missing values](/azure/azure-sql-edge/imputing-missing-values/).
5252

0 commit comments

Comments
 (0)