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

Commit 0c2ef9d

Browse files
authored
Making it so that SQL 2014 info only appears when all versions is selected
1 parent aadb981 commit 0c2ef9d

1 file changed

Lines changed: 7 additions & 17 deletions

File tree

docs/sql-server/sql-server-technical-documentation.md

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "SQL Server Documentation | Microsoft Docs"
3-
ms.date: "04/26/2018"
3+
ms.date: "05/03/2018"
44
ms.prod: sql
55
ms.prod_service: "sql"
66
ms.reviewer: ""
@@ -36,10 +36,6 @@ SQL Server is a central part of the Microsoft data platform. SQL Server is an in
3636
SQL Server is a central part of the Microsoft data platform. SQL Server is an industry leader in operational database management systems (ODBMS). This documentation helps you install, configure, and use SQL Server on Windows. The content includes end-to-end examples, code samples, and videos. For SQL Server language topics, see [Language Reference](../t-sql/language-reference.md).
3737
::: moniker-end
3838

39-
40-
41-
42-
4339
<!-- Moniker assignments nicely designed so that exactly 1 of these next 3 little WhatsNew tables will be displayed
4440
at any one time, regardless of user's moniker choice.
4541
-->
@@ -49,6 +45,12 @@ SQL Server is a central part of the Microsoft data platform. SQL Server is an in
4945
|---------|---------|
5046
|[What's New in SQL Server 2017](../sql-server/what-s-new-in-sql-server-2017.md) | [SQL Server 2017 Release Notes](../sql-server/sql-server-2017-release-notes.md) |
5147
|[What's New in SQL Server 2016](../sql-server/what-s-new-in-sql-server-2016.md) | [SQL Server 2016 Release Notes](../sql-server/sql-server-2016-release-notes.md) |
48+
49+
![info_tip](../sql-server/media/info-tip.png) The SQL Server 2014 content will soon be merged into the .docs site. For now, see:
50+
- [Books Online for SQL Server 2014](https://msdn.microsoft.com/en-us/library/ms130214(v=sql.120).aspx)
51+
- [What's New in SQL Server 2014](https://msdn.microsoft.com/library/bb500435(v=sql.120).aspx)
52+
- [SQL Server 2014 Release Notes](../sql-server/sql-server-2014-release-notes.md)
53+
- [Previous Versions](https://docs.microsoft.com/en-us/previous-versions/sql/)
5254
::: moniker-end
5355

5456
::: moniker range="= sql-server-linux-2017 || = sql-server-2017"
@@ -63,16 +65,6 @@ SQL Server is a central part of the Microsoft data platform. SQL Server is an in
6365
|[What's New in SQL Server 2016](../sql-server/what-s-new-in-sql-server-2016.md) | [SQL Server 2016 Release Notes](../sql-server/sql-server-2016-release-notes.md) |
6466
::: moniker-end
6567

66-
67-
68-
69-
70-
![info_tip](../sql-server/media/info-tip.png) The SQL Server 2014 content will soon be merged into the .docs site. For now, see:
71-
- [Books Online for SQL Server 2014](https://msdn.microsoft.com/en-us/library/ms130214(v=sql.120).aspx)
72-
- [What's New in SQL Server 2014](https://msdn.microsoft.com/library/bb500435(v=sql.120).aspx)
73-
- [SQL Server 2014 Release Notes](../sql-server/sql-server-2014-release-notes.md)
74-
- [Previous Versions](https://docs.microsoft.com/en-us/previous-versions/sql/)
75-
7668
::: moniker range="= sql-server-2016"
7769
**Try SQL Server!**
7870
- [![Download from Evaluation Center](../includes/media/download2.png)](http://go.microsoft.com/fwlink/?LinkID=829477) [Download SQL Server for Windows](http://go.microsoft.com/fwlink/?LinkID=829477)
@@ -90,7 +82,6 @@ SQL Server is a central part of the Microsoft data platform. SQL Server is an in
9082
- [![Create Virtual Machine](../includes/media/azure-vm.png)](https://azure.microsoft.com/services/virtual-machines/sql-server/?wt.mc_id=sqL16_vm) [Get a Virtual Machine with SQL Server](https://azure.microsoft.com/services/virtual-machines/sql-server/?wt.mc_id=sqL16_vm)
9183
::: moniker-end
9284

93-
::: moniker range=">= sql-server-linux-2017 || >=sql-server-2016 || = sqlallproducts-allversions"
9485
## SQL Server Technologies
9586

9687
|||
@@ -103,7 +94,6 @@ SQL Server is a central part of the Microsoft data platform. SQL Server is an in
10394
|![Replication services](../sql-server/media/replication-services.png "Replication services")|**[Replication](../relational-databases/replication/sql-server-replication.md)**<br /><br /> Replication is a set of technologies for copying and distributing data and database objects from one database to another, and then synchronizing between databases to maintain consistency. By using replication, you can distribute data to different locations and to remote or mobile users by means of local and wide area networks, dial-up connections, wireless connections, and the Internet.|
10495
|![Data Quality Services](../sql-server/media/data-quality-services.png "Data Quality Services")|**[Data Quality Services](../data-quality-services/data-quality-services.md)**<br /><br /> SQL Server Data Quality Services (DQS) provides you with a knowledge-driven data cleansing solution. DQS enables you to build a knowledge base, and then use that knowledge base to perform data correction and deduplication on your data, using both computer-assisted and interactive means. You can use cloud-based reference data services, and you can build a data management solution that integrates DQS with SQL Server Integration Services and Master Data Services.|
10596
|![Master Data Services](../sql-server/media/master-data-services.png)|**[Master Data Services](../master-data-services/master-data-services-installation-and-configuration.md)**<br /><br /> [!INCLUDE[ssMDSshort](../includes/ssmdsshort-md.md)] is the [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] solution for master data management. A solution built on [!INCLUDE[ssMDSshort](../includes/ssmdsshort-md.md)] helps ensure that reporting and analysis is based on the right information. Using [!INCLUDE[ssMDSshort](../includes/ssmdsshort-md.md)], you create a central repository for your master data and maintain an auditable, securable record of that data as it changes over time.|
106-
::: moniker-end
10797

10898
::: moniker range="= sql-server-2016"
10999
## Migrate and move data

0 commit comments

Comments
 (0)