Skip to content

Commit 913a714

Browse files
committed
merge conflicts
2 parents 3cf39ff + 74c8a5a commit 913a714

1,220 files changed

Lines changed: 14471 additions & 13232 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.redirection.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "docs/relational-databases/polybase/data-virtualization-csv.md",
5+
"redirect_url": "/sql/big-data-cluster/data-virtualization-csv",
6+
"redirect_document_id": true
7+
},
8+
{
9+
"source_path": "docs/sql-server/sql-server-help-installation.md",
10+
"redirect_url": "/sql/sql-server/sql-server-offline-documentation",
11+
"redirect_document_id": true
12+
},
313
{
414
"source_path": "docs/database-engine/sql-server-database-engine-backward-compatibility.md",
515
"redirect_url": "/sql/database-engine/discontinued-database-engine-functionality-in-sql-server",
@@ -1390,6 +1400,11 @@
13901400
"redirect_url": "/sql/machine-learning/tutorials/r-tutorials",
13911401
"redirect_document_id": true
13921402
},
1403+
{
1404+
"source_path": "docs/machine-learning/what-is-sql-server-machine-learning.md",
1405+
"redirect_url": "/sql/machine-learning/sql-server-machine-learning-services",
1406+
"redirect_document_id": true
1407+
},
13931408
{
13941409
"source_path": "docs/linux/sql-server-linux-develop-use-ssms.md",
13951410
"redirect_url": "/sql/linux/sql-server-linux-manage-ssms",
@@ -17284,6 +17299,21 @@
1728417299
"source_path": "docs/database-engine/deprecated-database-engine-features-in-sql-server-2019.md",
1728517300
"redirect_url": "/sql/database-engine/deprecated-database-engine-features-in-sql-server-version-15",
1728617301
"redirect_document_id": true
17302+
},
17303+
{
17304+
"source_path": "docs/toc/previous-versions-sql-server.md",
17305+
"redirect_url": "/sql/sql-server/sql-server-help-installation",
17306+
"redirect_document_id": false
17307+
},
17308+
{
17309+
"source_path": "docs/integration-services/lift-shift/ssis-azure-connect-with-windows-auth.md",
17310+
"redirect_url": "https://docs.microsoft.com/azure/data-factory/ssis-azure-connect-with-windows-auth",
17311+
"redirect_document_id": false
17312+
},
17313+
{
17314+
"source_path": "docs/integration-services/lift-shift/ssis-azure-files-file-shares.md",
17315+
"redirect_url": "https://docs.microsoft.com/azure/data-factory/ssis-azure-files-file-shares",
17316+
"redirect_document_id": false
1728717317
}
1728817318
]
1728917319
}

docs/2014/2014-toc/sql-server-index-design-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ ON Purchasing.PurchaseOrderDetail
261261

262262
- Columns that undergo frequent changes
263263

264-
This causes in the whole row to move, because the [!INCLUDE[ssDE](../includes/ssde-md.md)] must keep the data values of a row in physical order. This is an important consideration in high-volume transaction processing systems in which data is typically volatile.
264+
This causes the whole row to move, because the [!INCLUDE[ssDE](../includes/ssde-md.md)] must keep the data values of a row in physical order. This is an important consideration in high-volume transaction processing systems in which data is typically volatile.
265265

266266
- Wide keys
267267

docs/2014/analysis-services/dev-guide/toc.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -105,45 +105,45 @@
105105
- name: Client Architecture Requirements
106106
href: ../multidimensional-models/olap-physical/client-architecture-requirements-for-analysis-services-development.md
107107
- name: Developing with ADOMD.NET
108-
href: https://docs.microsoft.com/bi-reference/adomd/developing-with-adomd-net
108+
href: https://docs.microsoft.com/analysis-services/adomd/developing-with-adomd-net
109109
- name: ADOMD.NET Client Programming
110110
href: https://docs.microsoft.com/analysis-services/adomd/multidimensional-models-adomd-net-client/adomd-net-client-programming
111111
items:
112112
- name: ADOMD.NET Client Functionality
113-
href: https://docs.microsoft.com/bi-reference/adomd/multidimensional-models-adomd-net-client/adomd-net-client-functionality
113+
href: https://docs.microsoft.com/analysis-services/adomd/multidimensional-models-adomd-net-client/adomd-net-client-functionality
114114
- name: Migrating From ADO MD To ADOMD.NET
115-
href: https://docs.microsoft.com/bi-reference/adomd/multidimensional-models-adomd-net-client/migrating-from-ado-md-to-adomd-net
115+
href: https://docs.microsoft.com/analysis-services/adomd/multidimensional-models-adomd-net-client/migrating-from-ado-md-to-adomd-net
116116
- name: Establishing Connections in ADOMD.NET
117-
href: https://docs.microsoft.com/bi-reference/adomd/multidimensional-models-adomd-net-client/connections-in-adomd-net
117+
href: https://docs.microsoft.com/analysis-services/adomd/multidimensional-models-adomd-net-client/connections-in-adomd-net
118118
- name: Establishing Secure Connections in ADOMD.NET
119119
href: https://docs.microsoft.com/analysis-services/adomd/multidimensional-models-adomd-net-client/connections-in-adomd-net-establishing-secure-connections
120120
- name: Working with Connections and Sessions in ADOMD.NET
121-
href: https://docs.microsoft.com/bi-reference/adomd/multidimensional-models-adomd-net-client/connections-in-adomd-net-working-with-connections-and-sessions
121+
href: https://docs.microsoft.com/analysis-services/adomd/multidimensional-models-adomd-net-client/connections-in-adomd-net-working-with-connections-and-sessions
122122
- name: Performing Transactions in ADOMD.NET
123-
href: https://docs.microsoft.com/bi-reference/adomd/multidimensional-models-adomd-net-client/connections-in-adomd-net-performing-transactions
123+
href: https://docs.microsoft.com/analysis-services/adomd/multidimensional-models-adomd-net-client/connections-in-adomd-net-performing-transactions
124124
- name: Retrieving Metadata from an Analytical Data Source
125125
href: https://docs.microsoft.com/analysis-services/adomd/multidimensional-models-adomd-net-client/retrieving-metadata-from-an-analytical-data-source
126126
- name: Working with the ADOMD.NET Object Model
127-
href: https://docs.microsoft.com/bi-reference/adomd/multidimensional-models-adomd-net-client/retrieving-metadata-working-with-adomd-net-object-model
127+
href: https://docs.microsoft.com/analysis-services/adomd/multidimensional-models-adomd-net-client/retrieving-metadata-working-with-adomd-net-object-model
128128
- name: Working with Schema Rowsets in ADOMD.NET
129-
href: https://docs.microsoft.com/bi-reference/adomd/multidimensional-models-adomd-net-client/retrieving-metadata-working-with-schema-rowsets
129+
href: https://docs.microsoft.com/analysis-services/adomd/multidimensional-models-adomd-net-client/retrieving-metadata-working-with-schema-rowsets
130130
- name: Executing Commands Against an Analytical Data Source
131-
href: https://docs.microsoft.com/bi-reference/adomd/multidimensional-models-adomd-net-client/executing-commands-against-an-analytical-data-source
131+
href: https://docs.microsoft.com/analysis-services/adomd/multidimensional-models-adomd-net-client/executing-commands-against-an-analytical-data-source
132132
- name: Retrieving Data from an Analytical Data Source
133-
href: https://docs.microsoft.com/bi-reference/adomd/multidimensional-models-adomd-net-client/retrieving-data-from-an-analytical-data-source
133+
href: https://docs.microsoft.com/analysis-services/adomd/multidimensional-models-adomd-net-client/retrieving-data-from-an-analytical-data-source
134134
- name: Retrieving Data Using the CellSet
135-
href: https://docs.microsoft.com/bi-reference/adomd/multidimensional-models-adomd-net-client/retrieving-data-using-the-cellset
135+
href: https://docs.microsoft.com/analysis-services/adomd/multidimensional-models-adomd-net-client/retrieving-data-using-the-cellset
136136
- name: Retrieving Data Using the AdomdDataReader
137-
href: https://docs.microsoft.com/bi-reference/adomd/multidimensional-models-adomd-net-client/retrieving-data-using-the-adomddatareader
137+
href: https://docs.microsoft.com/analysis-services/adomd/multidimensional-models-adomd-net-client/retrieving-data-using-the-adomddatareader
138138
- name: Retrieving Data Using the XmlReader
139-
href: https://docs.microsoft.com/bi-reference/adomd/multidimensional-models-adomd-net-client/retrieving-data-using-the-xmlreader
139+
href: https://docs.microsoft.com/analysis-services/adomd/multidimensional-models-adomd-net-client/retrieving-data-using-the-xmlreader
140140
- name: ADOMD.NET Server Programming
141-
href: https://docs.microsoft.com/bi-reference/adomd/multidimensional-models-adomd-net-server/adomd-net-server-programming
141+
href: https://docs.microsoft.com/analysis-services/adomd/multidimensional-models-adomd-net-server/adomd-net-server-programming
142142
items:
143143
- name: ADOMD.NET Server Functionality
144-
href: https://docs.microsoft.com/bi-reference/adomd/multidimensional-models-adomd-net-server/adomd-net-server-functionality
144+
href: https://docs.microsoft.com/analysis-services/adomd/multidimensional-models-adomd-net-server/adomd-net-server-functionality
145145
- name: ADOMD.NET Server Object Architecture
146-
href: https://docs.microsoft.com/bi-reference/adomd/multidimensional-models-adomd-net-server/adomd-net-server-object-architecture
146+
href: https://docs.microsoft.com/analysis-services/adomd/multidimensional-models-adomd-net-server/adomd-net-server-object-architecture
147147
- name: User Defined Functions and Stored Procedures
148148
href: https://docs.microsoft.com/analysis-services/adomd/multidimensional-models-adomd-net-server/user-defined-functions-and-stored-procedures
149149
- name: Redistributing ADOMD.NET

docs/2014/analysis-services/instances/install-windows/install-analysis-services-in-power-pivot-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ manager: craigg
6464
### <a name="bkmk_sqleditions"></a> SQL Server Edition Requirements
6565
Business intelligence features are not all available in all editions of [!INCLUDE[ssCurrent](../../../includes/sscurrent-md.md)]. For details, see [Features Supported by the Editions of SQL Server 2012 (https://go.microsoft.com/fwlink/?linkid=232473)](https://go.microsoft.com/fwlink/?linkid=232473) and [Editions and Components of SQL Server 2014](../../../sql-server/editions-and-components-of-sql-server-2016.md).
6666

67-
The current release notes can be found at [SQL Server 2012 SP1 Release Notes](ttp://go.microsoft.com/fwlink/?LinkID=248389) (https://go.microsoft.com/fwlink/?LinkID=248389).
67+
The current release notes can be found at [SQL Server 2012 SP1 Release Notes](https://go.microsoft.com/fwlink/?LinkID=248389) (https://go.microsoft.com/fwlink/?LinkID=248389).
6868

6969
[Microsoft SQL Server 2012 Release Notes (https://go.microsoft.com/fwlink/?LinkId=236893)](https://go.microsoft.com/fwlink/?LinkId=236893).
7070

docs/2014/analysis-services/instances/install-windows/install-or-uninstall-the-power-pivot-for-sharepoint-add-in-sharepoint-2013.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Msiexec /i spPowerPivot.msi AGREETOLICENSE="yes" ADDLOCAL=" SQL_OLAPDM,SQL_ADOMD
161161
162162
From the Windows Start screen type "power" and in the Apps search results, click **PowerPivot for SharePoint 2013 Configuration**. Note that the search results may include two links because [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] setup installs separate [!INCLUDE[ssGemini](../../../includes/ssgemini-md.md)] configuration tools for SharePoint 2010 and SharePoint 2013. Make sure you start the [!INCLUDE[ssGemini](../../../includes/ssgemini-md.md)] for SharePoint 2013 Configuration tool.
163163
164-
![two powerpivot configuration tools](https://docs.microsoft.com/analysis-services/analysis-services/media/as-powerpivot-configtools-bothicons.gif "two powerpivot configuration tools")
164+
![two powerpivot configuration tools](../../media/as-powerpivot-configtools-bothicons.gif "two powerpivot configuration tools")
165165
166166
**Or**
167167

docs/2014/analysis-services/multidimensional-models-adomd-net-server/adomd-net-server-object-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ manager: craigg
2020
> [!NOTE]
2121
> To use the `Microsoft.AnalysisServices.AdomdServer` namespace (and these objects), a reference to the msmgdsrv.dll must be added to UDF project or stored procedure.
2222
23-
![Shows the object relationships in ADOMD.NET Server](https://docs.microsoft.com/analysis-services/analysis-services/dev-guide/media/adomdnetserverobjectmodel.gif "Shows the object relationships in ADOMD.NET Server")
23+
![Shows the object relationships in ADOMD.NET Server](../../analysis-services/dev-guide/media/adomdnetserverobjectmodel.gif "Shows the object relationships in ADOMD.NET Server")
2424
ADOMD.NET Object Model
2525

2626
Interaction with the ADOMD.NET object hierarchy typically starts with one or more of the objects in the topmost layer, as described in the following table.

docs/2014/analysis-services/multidimensional-models-olap-logical-cube-objects/cube-cells-analysis-services-multidimensional-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ manager: craigg
3030
# Cube Cells (Analysis Services - Multidimensional Data)
3131
A cube is composed of cells, organized by measure groups and dimensions. A cell represents the unique logical intersection in a cube of one member from every dimension in the cube. For example, the cube described by the following diagram contains one measure group that has two measures, organized along three dimensions named Source, Route, and Time.
3232

33-
![Cube diagram identifying a single cell](https://docs.microsoft.com/analysis-services/analysis-services/dev-guide/media/as-cubeintro5.gif "Cube diagram identifying a single cell")
33+
![Cube diagram identifying a single cell](../../analysis-services/dev-guide/media/as-cubeintro5.gif "Cube diagram identifying a single cell")
3434

3535
The single shaded cell in this diagram is the intersection of the following members:
3636

@@ -57,7 +57,7 @@ manager: craigg
5757

5858
The 2nd half member of the Time dimension is a nonleaf member. Therefore, all of values associated with it must be aggregated values, as shown in the following diagram.
5959

60-
![3rd and 4th quarter cells for 2nd half member](https://docs.microsoft.com/analysis-services/analysis-services/dev-guide/media/as-cubeintro6.gif "3rd and 4th quarter cells for 2nd half member")
60+
![3rd and 4th quarter cells for 2nd half member](../../analysis-services/dev-guide/media/as-cubeintro6.gif "3rd and 4th quarter cells for 2nd half member")
6161

6262
Assuming the aggregations for the 3rd quarter and 4th quarter members are summations, the value of the specified cell is 400, which is the total of all of the leaf cells shaded in the previous diagram. Because the value of the cell is derived from the aggregation of other cells, the specified cell is considered a *nonleaf cell*.
6363

@@ -68,7 +68,7 @@ manager: craigg
6868

6969
For example, the structure of the cube shown in the following diagram is similar to other examples in this topic. However, in this example, there were no air shipments to Africa for the third quarter or to Australia for the fourth quarter. There is no data in the fact table to support the intersections of those dimensions and measures; therefore the cells at those intersections are empty.
7070

71-
![Cube diagram identifying empty cells](https://docs.microsoft.com/analysis-services/analysis-services/dev-guide/media/as-cubeintro7.gif "Cube diagram identifying empty cells")
71+
![Cube diagram identifying empty cells](../../analysis-services/dev-guide/media/as-cubeintro7.gif "Cube diagram identifying empty cells")
7272

7373
In [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] [!INCLUDE[ssASnoversion](../../includes/ssasnoversion-md.md)], an empty cell is a cell that has special qualities. Because empty cells can skew the results of crossjoins, counts, and so on, many MDX functions supply the ability to ignore empty cells for the purposes of calculation. For more information, see [Multidimensional Expressions &#40;MDX&#41; Reference](/sql/mdx/multidimensional-expressions-mdx-reference), and [Key Concepts in MDX &#40;Analysis Services&#41;](../multidimensional-models/key-concepts-in-mdx-analysis-services.md).
7474

docs/2014/analysis-services/multidimensional-models-olap-logical-dimension-objects/introduction-to-dimensions-analysis-services-multidimensional-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ manager: craigg
2525

2626
The following diagram illustrates a subsection of the [!INCLUDE[ssSampleDBDWobject](../../includes/sssampledbdwobject-md.md)] sample database, in which the **FactResellerSales** fact table is related to two dimension tables, **DimReseller** and **DimPromotion**. The **ResellerKey** column in the **FactResellerSales** fact table defines a foreign key relationship to the **ResellerKey** primary key column in the **DimReseller** dimension table. Similarly, the **PromotionKey** column in the **FactResellerSales** fact table defines a foreign key relationship to the **PromotionKey** primary key column in the **DimPromotion** dimension table.
2727

28-
![Logical schema for fact dimension relationship](https://docs.microsoft.com/analysis-services/analysis-services/dev-guide/media/dimfactrelationship.gif "Logical schema for fact dimension relationship")
28+
![Logical schema for fact dimension relationship](../../analysis-services/dev-guide/media/dimfactrelationship.gif "Logical schema for fact dimension relationship")
2929

3030
## Dimension based on a Snowflake Schema Design
3131
Frequently, a more complex structure is required because information from multiple tables is required to define the dimension. In this structure, called a snowflake schema, each dimension is based on attributes from columns in multiple tables linked to each other and ultimately to the fact table by primary key - foreign key relationships. For example, the following diagram illustrates the tables required to completely describe the Product dimension in the **AdventureWorksDW** sample project:
3232

33-
![Tables for AdventureWorksAS Product dimension](https://docs.microsoft.com/analysis-services/analysis-services/dev-guide/media/dimproduct.gif "Tables for AdventureWorksAS Product dimension")
33+
![Tables for AdventureWorksAS Product dimension](../../analysis-services/dev-guide/media/dimproduct.gif "Tables for AdventureWorksAS Product dimension")
3434

3535
To completely describe a product, the product's category and subcategory must be included in the Product dimension. However, that information does not reside directly in the main table for the **DimProduct** dimension. A foreign key relationship from **DimProduct** to **DimProductSubcategory**, which in turn has a foreign key relationship to the **DimProductCategory** table, makes it possible to include the information for product categories and subcategories in the Product dimension.
3636

3737
## Snowflake Schema versus Reference Relationship
3838
Sometimes, you may have a choice between using a snowflake schema to define attributes in a dimension from multiple tables, or defining two separate dimensions and defining a reference dimension relationship between them. The following diagram illustrates such a scenario.
3939

40-
![Logical schema for sample referenced dimension](https://docs.microsoft.com/analysis-services/analysis-services/dev-guide/media/dimindirect.gif "Logical schema for sample referenced dimension")
40+
![Logical schema for sample referenced dimension](../../analysis-services/dev-guide/media/dimindirect.gif "Logical schema for sample referenced dimension")
4141

4242
In the previous diagram, the **FactResellerSales** fact table does not have a foreign key relationship with the **DimGeography** dimension table. However, the **FactResellerSales** fact table does have a foreign key relationship with the **DimReseller** dimension table, which in turn has a foreign key relationship with the **DimGeography** dimension table. To define a Reseller dimension that contains geography information about each reseller, you would have to retrieve these attributes from the **DimGeography** and the **DimReseller** dimension tables. However, in [!INCLUDE[ssASnoversion](../../includes/ssasnoversion-md.md)], you can achieve the same result by creating two separate dimensions and linking them in a measure group by defining a reference dimension relationship between the two dimensions. For more information about reference dimension relationships, see [Dimension Relationships](../multidimensional-models-olap-logical-cube-objects/dimension-relationships.md).
4343

0 commit comments

Comments
 (0)