Skip to content

Commit 101c90c

Browse files
author
Owen Duncan
committed
Restructuring Backward compatibility articles.
1 parent 5a4fd4f commit 101c90c

10 files changed

Lines changed: 156 additions & 239 deletions

.openpublishing.redirection.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1490,6 +1490,26 @@
14901490
"redirect_url": "/sql/analysis-services/analysis-services",
14911491
"redirect_document_id": false
14921492
},
1493+
{
1494+
"source_path": "docs/analysis-services/deprecated-analysis-services-features-in-sql-server-2016.md",
1495+
"redirect_url": "/sql/analysis-services/analysis-services-backward-compatibility",
1496+
"redirect_document_id": false
1497+
},
1498+
{
1499+
"source_path": "docs/analysis-services/discontinued-analysis-services-functionality-in-sql-server-2016.md",
1500+
"redirect_url": "/sql/analysis-services/analysis-services-backward-compatibility",
1501+
"redirect_document_id": false
1502+
},
1503+
{
1504+
"source_path": "docs/analysis-services/breaking-changes-to-analysis-services-features-in-sql-server-2016.md",
1505+
"redirect_url": "/sql/analysis-services/analysis-services-backward-compatibility",
1506+
"redirect_document_id": false
1507+
},
1508+
{
1509+
"source_path": "docs/analysis-services/behavior-changes-to-analysis-services-features-in-sql-server-2016.md",
1510+
"redirect_url": "/sql/analysis-services/analysis-services-backward-compatibility",
1511+
"redirect_document_id": false
1512+
},
14931513
{
14941514
"source_path": "docs/analysis-services/troubleshoot-a-power-pivot-for-sharepoint-installation.md",
14951515
"redirect_url": "/sql/analysis-services/analysis-services",

docs/analysis-services/TOC.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,14 @@
66
## [New and recently updated articles](new-updated-analysis-services.md)
77
## [Tools and applications](tools-and-applications-used-in-analysis-services.md)
88
## [Comparing Tabular and Multidimensional solutions](comparing-tabular-and-multidimensional-solutions-ssas.md)
9-
## [Analysis Services features supported by SQL Server 2016 edition](analysis-services-features-supported-by-the-editions-of-sql-server-2016.md)
9+
## [Analysis Services features supported by SQL Server 2016 editions](analysis-services-features-supported-by-the-editions-of-sql-server-2016.md)
10+
## [Backward compatibility (SQL Server 2016 Analysis Services)](analysis-services-backward-compatibility.md)
11+
## [Backward compatibility (SQL Server 2017 Analysis Services)](analysis-services-backward-compatibility-sql2017.md)
1012
## [Globalization and translation](globalization-scenarios-for-analysis-services.md)
1113
### [Languages and collations](languages-and-collations-analysis-services.md)
1214
### [Translations](translation-support-in-analysis-services.md)
1315
### [Currency conversions](currency-conversions-analysis-services.md)
1416
### [Tips and best practices](globalization-tips-and-best-practices-analysis-services.md)
15-
## [Backward compatibility](analysis-services-backward-compatibility.md)
16-
### [Deprecated features in Analysis Services](deprecated-analysis-services-features-in-sql-server-2016.md)
17-
### [Discontinued functionality in Analysis Services](discontinued-analysis-services-functionality-in-sql-server-2016.md)
18-
### [Breaking changes in Analysis Services](breaking-changes-to-analysis-services-features-in-sql-server-2016.md)
19-
### [Behavior changes in Analysis Services](behavior-changes-to-analysis-services-features-in-sql-server-2016.md)
2017

2118
# Samples
2219
## [Analysis Services samples](analysis-services-samples.md)

docs/analysis-services/deprecated-sql-server-analysis-services-features.md renamed to docs/analysis-services/analysis-services-backward-compatibility-sql2017.md

Lines changed: 30 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Deprecated features in SQL Server 2017 Analysis Services| Microsoft Docs"
3-
ms.date: "07/07/2017"
2+
title: "SQL Server 2017 Analysis Services backward compatibility | Microsoft Docs"
3+
ms.date: "07/11/2017"
44
ms.prod: "sql-server-2017"
55
ms.reviewer: ""
66
ms.suite: ""
@@ -9,24 +9,27 @@ ms.technology:
99
ms.tgt_pltfrm: ""
1010
ms.topic: "article"
1111
helpviewer_keywords:
12+
- "installing Analysis Services, backward compatibility"
13+
- "backward compatibility [Analysis Services]"
14+
- "compatibility [Analysis Services]"
1215
- "Analysis Services, backward compatibility"
16+
- "upgrading Analysis Services"
1317
- "SSAS, backward compatibility"
1418
- "SQL Server Analysis Services, backward compatibility"
15-
- "deprecated features [Analysis Services]"
16-
ms.assetid:
19+
ms.assetid:
1720
author: "Minewiskan"
1821
ms.author: "owend"
1922
manager: "erikre"
2023
---
21-
# Deprecated and discontinued features in SQL Server 2017 Analysis Services
22-
[!INCLUDE[ssas-appliesto-sql2017-later](../includes/ssas-appliesto-sql2017-later.md)]
24+
# Analysis Services backward compatibility (SQL 2017)
25+
[!INCLUDE[ssas-appliesto-sql2017](../includes/ssas-appliesto-sql2017.md)]
2326

24-
A *deprecated feature* will be discontinued from the product in a future release, but is still supported and included in the current release to maintain backward compatibility. It's recommended you discontinue using deprecated features in new and existing projects to maintain compatibility with future releases.
27+
This article describes changes in feature availability and behavior between the current release and the previous release.
2528

26-
A *discontinued feature* was deprecated in an earlier release. It may continue to be included in the current release, but is no longer supported. Discontinued features may be removed entirely in a future release or update.
29+
## Deprecated features
30+
A *deprecated feature* will be discontinued from the product in a future release, but is still supported and included in the current release to maintain backward compatibility. It's recommended you discontinue using deprecated features in new and existing projects to maintain compatibility with future releases.
2731

28-
## Deprecated features in SQL Server 2017 Analysis Services
29-
The following features are deprecated in this release and will no longer be supported in a future release.
32+
The following features are deprecated in this release:
3033

3134
|||
3235
|-|-|
@@ -36,13 +39,15 @@ The following features are deprecated in this release and will no longer be supp
3639
|Tabular|Tabular Object Model properties: Column.TableDetailPosition, Column.IsDefaultLabel, Column.IsDefaultImage|
3740
|Multidimensional|Data Mining|
3841

39-
## Discontinued features in SQL Server 2017 Analysis Services
42+
## Discontinued features
43+
A *discontinued feature* was deprecated in an earlier release. It may continue to be included in the current release, but is no longer supported. Discontinued features may be removed entirely in a future release or update.
44+
4045
The following features were deprecated in an earlier release and are no longer supported in this release.
4146

4247
|||
4348
|-|-|
4449
|**Mode/Category**|**Feature**|
45-
|Tabular|VertipaqPagingPolicy memory property value (2), enable paging to disk using memory mapped files|
50+
|Tabular|VertipaqPagingPolicy memory property value (2), enable paging to disk using memory mapped files.|
4651
|Multidimensional|Remote partitions|
4752
|Multidimensional|Remote linked measure groups|
4853
|Multidimensional|Dimensional writeback|
@@ -51,3 +56,16 @@ The following features were deprecated in an earlier release and are no longer s
5156
|Tools|Server Profiler for Trace Replay <br />Replacement. There is no replacement.|
5257
|Trace Management Objects and Trace APIs|Microsoft.AnalysisServices.Trace objects (contains the APIs for Analysis Services Trace and Replay objects). The replacement is multi-part:<br /><br /> - Trace Configuration: Microsoft.SqlServer.Management.XEvent<br />- Trace Reading: Microsoft.SqlServer.XEvent.Linq<br />- Trace Replay: None|
5358

59+
## Breaking changes
60+
A *breaking change* causes a feature, data model, application code, or script to no longer function after upgrading to the current release.
61+
62+
There are no breaking changes in this release.
63+
64+
## Behavior changes
65+
A *behavior change* affects how the same feature works in the current release as compared to the previous release. Only significant behavior changes are described. Changes in user interface are not included.
66+
67+
There are no behavior changes in this release.
68+
69+
70+
## See also
71+
[Analysis Services backward compatibility (SQL Server 2016)](analysis-services-backward-compatibility.md)

0 commit comments

Comments
 (0)