Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit bc2599b

Browse files
Merge branch 'master' into dimitri-furman
2 parents 1568ccf + 9af2dfa commit bc2599b

3,195 files changed

Lines changed: 53830 additions & 47958 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.openpublishing.publish.config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@
8484
"master": [
8585
"Publish",
8686
"PDF"
87+
],
88+
"build-pdf": [
89+
"Publish",
90+
"PDF"
8791
]
8892
},
8993
"need_generate_pdf_url_template": true,

.openpublishing.redirection.json

Lines changed: 721 additions & 1 deletion
Large diffs are not rendered by default.

docs/2014/2014-toc/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ summary: Microsoft SQL Server 2014 on-premises is a relational database.
55

66
metadata:
77
title: SQL Server 2014 topics
8-
description: Choose the area of SQL Server 2014 you are interested in.
8+
description: Choose the area of SQL Server 2014 on-premises relational database, or related products and services, that you're interested in.
99
ms.prod: sql
1010
ms.topic: landing-page
1111
author: MightyPen

docs/2014/analysis-services/analysis-services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "SQL Server 2014 Analysis Services | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "11/25/2019"
4+
ms.date: "04/06/2020"
55
ms.prod: "sql-server-2014"
66
ms.reviewer: ""
77
ms.technology: "analysis-services"
@@ -29,7 +29,7 @@ Documentation is separated by version. You are currently in SQL Server 2014 Anal
2929

3030
- To learn more about SQL Server 2012 and earlier, see [SQL Server previous versions documentation](https://docs.microsoft.com/previous-versions/sql/).
3131
- To learn more about SQL Server 2014, see [Books Online for SQL Server 2014](../2014-toc/index.yml)
32-
- To learn more about SQL Server 2016 and later, see [Microsoft SQL documentation](https://docs.microsoft.com/sql/).
32+
- To learn more about SQL Server 2016 and later, see [Analysis Services documentation](https://docs.microsoft.com/analysis-services/).
3333
- To learn more about Azure Analysis Services, see [Azure Analysis Services Documentation](https://docs.microsoft.com/azure/analysis-services/).
3434

3535
## Analysis Services workflow

docs/2014/analysis-services/browser-cube-designer-analysis-services-multidimensional-data.md

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -14,50 +14,50 @@ ms.author: owend
1414
manager: craigg
1515
---
1616
# Browser (Cube Designer) (Analysis Services - Multidimensional Data)
17-
Use the **Browser** tab in Cube Designer to explore dimensions, measures, and KPIS in a cube. In [!INCLUDE[ssCurrent](../includes/sscurrent-md.md)], the [!INCLUDE[ssASnoversion](../includes/ssasnoversion-md.md)] Cube browser has been integrated with the MDX Query Designer, and provides a graphical user interfaces to help you create MDX queries, filter and slice cubes, and drill down into hierarchies.
18-
19-
The **Browser** tab has two modes: **Design Mode** and **Query Mode**. In either mode, you can use the objects in the **Metadata** pane to explore the cube, or you can drag members from the **Metadata** pane into the query area, to build an MDX query that retrieves the data you want to use.
20-
21-
**Browse and Query Using Graphical Design Mode**
22-
23-
The following figure shows the **Browser** interface in the graphical **Design Mode**.
24-
25-
![Analysis Services MDX query designer, design view](media/rsqd-dsawas-mdx-designmode.gif "Analysis Services MDX query designer, design view")
26-
27-
While you are working in graphical design mode, if the **AutoExecute** (![AutoExecute the query](media/rsqdicon-autoexecute.gif "AutoExecute the query")) toggle button on the toolbar is selected, the **Browser** runs a query each time that you drop a metadata object onto the Data pane. You can also manually run the query using the **Execute Query** (![Run the query](media/rsqdicon-run.gif "Run the query")) button on the toolbar.
28-
29-
To change the graphical query designer to **Query** mode and work with the text of the MDX statements, click the **Design Mode** button on the toolbar.
30-
31-
**Browse and Query Using MDX Text Mode**
32-
33-
While you are in MDX test design mode, you can work with MDX directly. The **Metadata** pane is still available so that you can add objects to the query design area, and you can drag and drop MDX functions and operators from the list in the **Functions** pane.
34-
35-
The following figure shows the **Browser** interface for Query mode.
36-
37-
![Analysis Services MDX query designer, query view](media/rsqd-dsawas-mdx-querymode.gif "Analysis Services MDX query designer, query view")
38-
39-
You can begin working in graphical Design mode, add any required objects, add filters to slice the cube, and then switch to text mode to extend the default MDX query that was generated, and include additional member properties and cell properties.
40-
41-
The **Metadata** pane displays tabs for **Metadata** and **Functions**. From the **Metadata** tab, you can drag dimensions, hierarchies, KPIs, and measures onto the query design area. From the **Functions** tab, you can drag functions onto the query design area. When you execute the query, the query design area displays the results for the MDX query. You can also click **Analyze in Excel** on the **Toolbar** to export the data to Microsoft Office Excel and view the results as users would, in a PivotTable.The following sections describe the toolbar and all panes for each mode of the **Browser** in more detail.
42-
43-
Note that, while you are working in text mode, the **AutoExecute** (![AutoExecute the query](media/rsqdicon-autoexecute.gif "AutoExecute the query")) toggle button on the toolbar is not available. However, you can manually run queries by using the **Execute Query** (![Run the query](media/rsqdicon-run.gif "Run the query")) button on the toolbar.
44-
45-
## Sections
46-
**Toolbar**
47-
The toolbar contains tool that can be used in either Design View or Query view. For more information about the toolbar and how to use these features, see [Toolbar (Browser Tab, Cube Designer) (Analysis Services - Multidimensional Data)](toolbar-browser-tab-cube-designer-analysis-services-multidimensional-data.md).
48-
49-
**Analyze in Excel**
50-
Use the **Analyze in Excel** feature to send the current selection of cube data to Excel, so that you can preview the data in a PivotTable. The current selection of data is based on the items you added from the **Metadata** pane and any filters you might have defined by using the filter and query building functions. For more information, see [Analyze in Excel (Browser Tab, Cube Designer) (Analysis Services - Multidimensional Data)](analyze-in-excel-browser-cube-designer-analysis-services-multidimensional-data.md).
51-
52-
**Metadata**
53-
Use the **Metadata** pane to view objects contained by the cube, to drill down into hierarchies, and to explore and use measures. After you have selected and to view the data associated with them in the **Report** pane. For more information about this pane, see [Metadata (Browser Tab, Cube Designer) (Analysis Services - Multidimensional Data)](metadata-browser-tab-cube-designer-analysis-services-multidimensional-data.md).
54-
55-
**Filter and Query**
56-
Use this area of the design surface to build MDX queries, by dragging and dropping objects from the **Metadata** pane, and by specifying filter criteria on the source cube or dimension. For more information, see [Query and Filter (Browser Tab, Cube Designer) (Analysis Services - Multidimensional Data)](query-filter-browser-cube-designer-analysis-services-multidimensional-data.md).
57-
58-
## See Also
59-
[Cube Objects (Analysis Services - Multidimensional Data)](multidimensional-models-olap-logical-cube-objects/cube-objects-analysis-services-multidimensional-data.md)
60-
[Cubes in Multidimensional Models](multidimensional-models/cubes-in-multidimensional-models.md)
61-
[Cube Designer (Analysis Services - Multidimensional Data)](cube-designer-analysis-services-multidimensional-data.md)
62-
63-
17+
Use the **Browser** tab in Cube Designer to explore dimensions, measures, and KPIS in a cube. In [!INCLUDE[ssCurrent](../includes/sscurrent-md.md)], the [!INCLUDE[ssASnoversion](../includes/ssasnoversion-md.md)] Cube browser has been integrated with the MDX Query Designer, and provides a graphical user interfaces to help you create MDX queries, filter and slice cubes, and drill down into hierarchies.
18+
19+
The **Browser** tab has two modes: **Design Mode** and **Query Mode**. In either mode, you can use the objects in the **Metadata** pane to explore the cube, or you can drag members from the **Metadata** pane into the query area, to build an MDX query that retrieves the data you want to use.
20+
21+
**Browse and Query Using Graphical Design Mode**
22+
23+
The following figure shows the **Browser** interface in the graphical **Design Mode**.
24+
25+
![Analysis Services MDX query designer, design view](media/rsqd-dsawas-mdx-designmode.gif "Analysis Services MDX query designer, design view")
26+
27+
While you are working in graphical design mode, if the **AutoExecute** (![AutoExecute the query](media/rsqdicon-autoexecute.gif "AutoExecute the query")) toggle button on the toolbar is selected, the **Browser** runs a query each time that you drop a metadata object onto the Data pane. You can also manually run the query using the **Execute Query** (![Run the query](media/rsqdicon-run.gif "Run the query")) button on the toolbar.
28+
29+
To change the graphical query designer to **Query** mode and work with the text of the MDX statements, click the **Design Mode** button on the toolbar.
30+
31+
**Browse and Query Using MDX Text Mode**
32+
33+
While you are in MDX test design mode, you can work with MDX directly. The **Metadata** pane is still available so that you can add objects to the query design area, and you can drag and drop MDX functions and operators from the list in the **Functions** pane.
34+
35+
The following figure shows the **Browser** interface for Query mode.
36+
37+
![Analysis Services MDX query designer, query view](media/rsqd-dsawas-mdx-querymode.gif "Analysis Services MDX query designer, query view")
38+
39+
You can begin working in graphical Design mode, add any required objects, add filters to slice the cube, and then switch to text mode to extend the default MDX query that was generated, and include additional member properties and cell properties.
40+
41+
The **Metadata** pane displays tabs for **Metadata** and **Functions**. From the **Metadata** tab, you can drag dimensions, hierarchies, KPIs, and measures onto the query design area. From the **Functions** tab, you can drag functions onto the query design area. When you execute the query, the query design area displays the results for the MDX query. You can also click **Analyze in Excel** on the **Toolbar** to export the data to Microsoft Office Excel and view the results as users would, in a PivotTable.The following sections describe the toolbar and all panes for each mode of the **Browser** in more detail.
42+
43+
Note that, while you are working in text mode, the **AutoExecute** (![AutoExecute the query](media/rsqdicon-autoexecute.gif "AutoExecute the query")) toggle button on the toolbar is not available. However, you can manually run queries by using the **Execute Query** (![Run the query](media/rsqdicon-run.gif "Run the query")) button on the toolbar.
44+
45+
## Sections
46+
**Toolbar**
47+
The toolbar contains tool that can be used in either Design View or Query view. For more information about the toolbar and how to use these features, see [Toolbar (Browser Tab, Cube Designer) (Analysis Services - Multidimensional Data)](toolbar-browser-tab-cube-designer-analysis-services-multidimensional-data.md).
48+
49+
**Analyze in Excel**
50+
Use the **Analyze in Excel** feature to send the current selection of cube data to Excel, so that you can preview the data in a PivotTable. The current selection of data is based on the items you added from the **Metadata** pane and any filters you might have defined by using the filter and query building functions. For more information, see [Analyze in Excel (Browser Tab, Cube Designer) (Analysis Services - Multidimensional Data)](analyze-in-excel-browser-cube-designer-analysis-services-multidimensional-data.md).
51+
52+
**Metadata**
53+
Use the **Metadata** pane to view objects contained by the cube, to drill down into hierarchies, and to explore and use measures. After you have selected and to view the data associated with them in the **Report** pane. For more information about this pane, see [Metadata (Browser Tab, Cube Designer) (Analysis Services - Multidimensional Data)](metadata-browser-tab-cube-designer-analysis-services-multidimensional-data.md).
54+
55+
**Filter and Query**
56+
Use this area of the design surface to build MDX queries, by dragging and dropping objects from the **Metadata** pane, and by specifying filter criteria on the source cube or dimension. For more information, see [Query and Filter (Browser Tab, Cube Designer) (Analysis Services - Multidimensional Data)](query-filter-browser-cube-designer-analysis-services-multidimensional-data.md).
57+
58+
## See Also
59+
[Cube Objects (Analysis Services - Multidimensional Data)](multidimensional-models-olap-logical-cube-objects/cube-objects-analysis-services-multidimensional-data.md)
60+
[Cubes in Multidimensional Models](multidimensional-models/cubes-in-multidimensional-models.md)
61+
[Cube Designer (Analysis Services - Multidimensional Data)](cube-designer-analysis-services-multidimensional-data.md)
62+
63+

0 commit comments

Comments
 (0)