Skip to content

Commit 6d85b6d

Browse files
authored
Fixing typo SQLServerRUserGroup to SQLRUserGroup
Fixing typo SQLServerRUserGroup to SQLRUserGroup
1 parent 8284b6d commit 6d85b6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/machine-learning/security/create-a-login-for-sqlrusergroup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Create a [login in SQL Server](../../relational-databases/security/authenticatio
1717

1818
Trusted connections are those having `Trusted_Connection=True` in the connection string. When SQL Server receives a request specifying a trusted connection, it checks whether the identity of the current Windows user has a login. For external processes executing as a worker account (such as MSSQLSERVER01 from **SQLRUserGroup**), the request fails because those accounts do not have a login by default.
1919

20-
You can work around the connection error by creating a login for **SQLServerRUserGroup**. For more information about identities and external processes, see [Security overview for the extensibility framework](../concepts/security.md).
20+
You can work around the connection error by creating a login for **SQLRUserGroup**. For more information about identities and external processes, see [Security overview for the extensibility framework](../concepts/security.md).
2121

2222
> [!Note]
2323
> Make sure that **SQLRUserGroup** has "Allow Log on locally" permissions. By default, this right is given to all new local users, but some organizations stricter group policies might disable this right.
@@ -61,4 +61,4 @@ You can work around the connection error by creating a login for **SQLServerRUs
6161
## Next steps
6262

6363
+ [Security overview](../concepts/security.md)
64-
+ [Extensibility framework](../concepts/extensibility-framework.md)
64+
+ [Extensibility framework](../concepts/extensibility-framework.md)

0 commit comments

Comments
 (0)