Skip to content

Commit 06900bc

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/sql-docs-pr into move2db
2 parents 4313974 + 56a6465 commit 06900bc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/2014/analysis-services/multidimensional-models/mdx/cube-space.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ WHERE Measures.[Internet Sales Amount]
5353
> [!NOTE]
5454
> Notice that 0 is used to designate the column axis, which is shorthand for axis(0) - which is the column axis.
5555
56-
The previous query only returns cells for members from each attribute hierarchy in the query that exist with each other. The previous query can also be written using the new * variant of the [* (Crossjoin) (MDX)](/sql/mdx/crossjoin-mdx) function.
56+
The previous query only returns cells for members from each attribute hierarchy in the query that exist with each other. The previous query can also be written using the new * variant of the [\* (Crossjoin) (MDX)](/sql/mdx/crossjoin-mdx) function.
5757

5858
```
5959
SELECT

docs/relational-databases/performance/intelligent-query-processing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ manager: craigg
1818
monikerRange: "=azuresqldb-current||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017"
1919
---
2020
# Intelligent query processing in SQL databases
21-
[!INCLUDE[appliesto-ss-asdb-xxxx-xxx-md](../../includes/appliesto-xx-asdb-xxxx-xxx-md.md)]
21+
[!INCLUDE[appliesto-ss-asdb-xxxx-xxx-md](../../includes/appliesto-ss-asdb-xxxx-xxx-md.md)]
2222

2323
The **Intelligent query processing** feature family includes features with broad impact that improve the performance of existing workloads with minimal implementation effort.
2424

0 commit comments

Comments
 (0)