Skip to content

Commit 0265e3b

Browse files
committed
add cc-query-options include to replace fetchoptions
1 parent 934d6d9 commit 0265e3b

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

powerapps-docs/developer/data-platform/fetchxml/optimize-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Using the `latematerialize` attribute might not always provide a performance ben
3737
Microsoft SQL Server supports many query hints to optimize queries. FetchXML
3838
supports query hints and can pass these query options to SQL Server using the [fetch element](reference/fetch.md) [options](reference/fetch.md#options) attribute.
3939

40-
[!INCLUDE [fetch-options-table](reference/includes/fetch-options-table.md)]
40+
[!INCLUDE [cc-query-options](../includes/cc-query-options.md)]
4141

4242

4343
## No lock

powerapps-docs/developer/data-platform/fetchxml/reference/fetch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Use these values with the `options` attribute to specify SQL Server hints to app
6868
options='OptimizeForUnknown,DisableRowGoal,Recompile'
6969
```
7070

71-
[!INCLUDE [fetch-options-table](includes/fetch-options-table.md)]
71+
[!INCLUDE [cc-query-options](../../includes/cc-query-options.md)]
7272

7373

7474

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
|FetchXML option|SQL Server hint|
1+
|Query option|SQL Server hint|
22
|---------|---------|
33
|`OptimizeForUnknown`|[Optimize for unknown](/sql/t-sql/queries/hints-transact-sql-query#optimize-for-unknown)|
44
|`ForceOrder`|[Force Order](/sql/t-sql/queries/hints-transact-sql-query#force-order)|

powerapps-docs/developer/data-platform/org-service/queryexpression/optimize-performance.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,7 @@ This article describes ways you can optimize performance when retrieving data us
2424
Microsoft SQL Server supports many query hints to optimize queries. [QueryExpression](/dotnet/api/microsoft.xrm.sdk.query.queryexpression)
2525
supports query hints and can pass these query options to SQL Server using the [QueryExpression.QueryHints property](/dotnet/api/microsoft.xrm.sdk.query.queryexpression.queryhints).
2626

27-
<!--
28-
TODO Make this table generic and link to it from this page.
29-
Add link to this page from QueryHints page.
30-
[!INCLUDE [fetch-options-table](reference/includes/fetch-options-table.md)]
31-
32-
-->
27+
[!INCLUDE [cc-query-options](../../includes/cc-query-options.md)]
3328

3429

3530
## No lock

0 commit comments

Comments
 (0)