Skip to content

Commit 5c95f62

Browse files
committed
Appliesto for R
1 parent 7eac0d4 commit 5c95f62

6 files changed

Lines changed: 6 additions & 7 deletions

docs/machine-learning/r/set-up-a-data-science-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: seo-lt-2019
1212
monikerRange: ">=sql-server-2016||>=sql-server-linux-ver15||=sqlallproducts-allversions"
1313
---
1414
# Set up a data science client for R development on SQL Server
15-
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
15+
[!INCLUDE [SQL Server 2016 and later ](../../includes/applies-to-version/sqlserver2016.md)]
1616

1717
R integration is available in SQL Server 2016 or later when you include the R language option in an [SQL Server 2016 R Services](../install/sql-r-services-windows-install.md) or [SQL Server Machine Learning Services (In-Database)](../install/sql-machine-learning-services-windows-install.md) installation.
1818

docs/machine-learning/r/sql-server-configuration-r-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: seo-lt-2019
1212
monikerRange: ">=sql-server-2016||>=sql-server-linux-ver15||=sqlallproducts-allversions"
1313
---
1414
# SQL Server configuration for use with R
15-
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
15+
[!INCLUDE [SQL Server 2016 and later ](../../includes/applies-to-version/sqlserver2016.md)]
1616

1717
This article is the second in a series that describes performance optimization for R Services based on two case studies. This article provides guidance about the hardware and network configuration of the computer that is used to run SQL Server R Services. It also contains information about ways to configure the SQL Server instance, database, or tables used in a solution. Because use of NUMA in SQL Server blurs the line between hardware and database optimizations, a third section discusses CPU affinitization and resource governance in detail.
1818

docs/machine-learning/r/sql-server-r-services-performance-tuning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: seo-lt-2019
1212
monikerRange: ">=sql-server-2016||>=sql-server-linux-ver15||=sqlallproducts-allversions"
1313
---
1414
# Performance tuning for R in SQL Server
15-
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
15+
[!INCLUDE [SQL Server 2016 and later ](../../includes/applies-to-version/sqlserver2016.md)]
1616

1717
This article is the first in a series of four articles that describe performance optimization for R Services, based on two case studies:
1818

docs/machine-learning/r/sql-server-r-services.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ ms.author: davidph
1111
monikerRange: "=sql-server-2016||=sqlallproducts-allversions"
1212
---
1313
# What is SQL Server 2016 R Services?
14-
15-
[!INCLUDE[SQL Server 2016 only](../../includes/applies-to-version/sqlserver2016-only.md)]
14+
[!INCLUDE [SQL Server 2016 and later ](../../includes/applies-to-version/sqlserver2016.md)]
1615

1716
R Services is a feature in SQL Server 2016 that gives the ability to run R scripts with relational data. You can use open-source packages and frameworks, and the [Microsoft R packages](#packages) for predictive analytics and machine learning. The scripts are executed in-database without moving data outside SQL Server or over the network. This article explains the basics of SQL Server R Services.
1817

docs/machine-learning/r/using-data-from-olap-cubes-in-r.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: seo-lt-2019
1212
monikerRange: ">=sql-server-2016||>=sql-server-linux-ver15||=sqlallproducts-allversions"
1313
---
1414
# Using data from OLAP cubes in R
15-
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
15+
[!INCLUDE [SQL Server 2016 and later ](../../includes/applies-to-version/sqlserver2016.md)]
1616

1717
The **olapR** package is an R package, provided by Microsoft for use with Machine Learning Server and SQL Server, that lets you run MDX queries to get data from OLAP cubes. With this package, you don't need to create linked servers or clean up flattened rowsets; you can get OLAP data directly from R.
1818

docs/machine-learning/r/using-r-code-profiling-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: davidph
1111
monikerRange: ">=sql-server-2016||>=sql-server-linux-ver15||=sqlallproducts-allversions"
1212
---
1313
# Use R code profiling functions to improve performance
14-
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
14+
[!INCLUDE [SQL Server 2016 and later ](../../includes/applies-to-version/sqlserver2016.md)]
1515

1616
In addition to using SQL Server resources and tools to monitor R script execution, you can use performance tools provided by other R packages to get more information about internal function calls.
1717

0 commit comments

Comments
 (0)