Skip to content

Commit 867dde2

Browse files
20230724 include link fix
1 parent a6379af commit 867dde2

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

docs/relational-databases/system-dynamic-management-views/sys-dm-exec-query-profiles-transact-sql.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,10 @@ Starting with [!INCLUDE[sssql16-md](../../includes/sssql16-md.md)] SP1, the *sta
8080
> The query under investigation has to start **after** the query profiling infrastructure has been enabled, enabling it after the query started will not produce results in `sys.dm_exec_query_profiles`. For more information on how to enable the query profiling infrastructures, see [Query Profiling Infrastructure](../../relational-databases/performance/query-profiling-infrastructure.md).
8181
8282
## Permissions
83-
On [!INCLUDE[ssNoVersion_md](../../includes/ssnoversion-md.md)] and Azure SQL Managed Instance, requires `VIEW DATABASE STATE` permission and membership of the `db_owner` database role.
84-
On [!INCLUDE [ssazure-sqldb](../../includes/ssazure-sqldb.md)] Premium Tiers, requires the `VIEW DATABASE STATE` permission in the database. On [!INCLUDE [ssazure-sqldb](../../includes/ssazure-sqldb.md)] On SQL Database Basic, S0, and S1 service objectives, and for databases in elastic pools, the [server admin](/azure/azure-sql/database/logins-create-manage#existing-logins-and-user-accounts-after-creating-a-new-database) account or the [Azure Active Directory admin](/azure/azure-sql/database/authentication-aad-overview#administrator-structure) account is required. On all other SQL Database service objectives, the `VIEW DATABASE STATE` permission is required in the database.
83+
84+
- On [!INCLUDE[ssNoVersion_md](../../includes/ssnoversion-md.md)] and Azure SQL Managed Instance, requires `VIEW DATABASE STATE` permission and membership of the `db_owner` database role.
85+
- On [!INCLUDE [ssazure-sqldb](../../includes/ssazure-sqldb.md)] Premium Tiers, requires the `VIEW DATABASE STATE` permission in the database.
86+
- On [!INCLUDE [ssazure-sqldb](../../includes/ssazure-sqldb.md)] Basic, S0, and S1 service objectives, and for databases in elastic pools, the [server admin](/azure/azure-sql/database/logins-create-manage#existing-logins-and-user-accounts-after-creating-a-new-database) account or the [Azure Active Directory admin](/azure/azure-sql/database/authentication-aad-overview#administrator-structure) account is required. On all other SQL Database service objectives, the `VIEW DATABASE STATE` permission is required in the database.
8587

8688
### Permissions for SQL Server 2022 and later
8789

docs/t-sql/functions/version-transact-sql-configuration-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ monikerRange: ">= aps-pdw-2016 || = azuresqldb-current || = azure-sqldw-latest |
5757

5858
- Operating system version
5959

60-
For [!INCLUDE [ssazure-sqldb](../../includes/ssazure-sqldb.md)] and [!INCLUDE[ssSDSfull](../../includes/sssdsmifull-md.md)], the following information is returned.
60+
For [!INCLUDE [ssazure-sqldb](../../includes/ssazure-sqldb.md)] and [!INCLUDE [sssdsmifull-md](../../includes/sssdsmifull-md.md)], the following information is returned.
6161

6262
- Edition- "Microsoft SQL Azure"
6363

docs/t-sql/queries/option-clause-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
3030

3131
## Syntax
3232

33-
### Syntax for [!INCLUDE[ssnoversion-md.md](../../includes/ssnoversion-md.md)] and [!INCLUDE[ssazure-sqldb.md](../../includes/ssazure-sqldb.md)].
33+
### Syntax for [!INCLUDE[ssnoversion-md.md](../../includes/ssnoversion-md.md)] and [!INCLUDE [ssazure-sqldb](../../includes/ssazure-sqldb.md)]
3434

3535
```syntaxsql
3636
[ OPTION ( <query_hint> [ ,...n ] ) ]

0 commit comments

Comments
 (0)