Skip to content

Commit c8e7989

Browse files
committed
Migration: migration from Caps to OP
1 parent 4aa8a4d commit c8e7989

File tree

13,400 files changed

+1101175
-20
lines changed

Some content is hidden

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

13,400 files changed

+1101175
-20
lines changed

docs/TOC.md

Lines changed: 298 additions & 11 deletions
Large diffs are not rendered by default.
Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
# [Monitoring R Services](monitoring-r-services.md)
2+
# [Install Microsoft R Server from the Command Line](install-microsoft-r-server-from-the-command-line.md)
3+
# [Lesson 5: Create a Simple Simulation (Data Science Deep Dive)](lesson-5-create-a-simple-simulation-data-science-deep-dive.md)
4+
# [Lesson 5: Deploy and Use the Model (Data Science End-to-End Walkthrough)](lesson-5-deploy-and-use-the-model-data-science-end-to-end-walkthrough.md)
5+
# [Operationalizing Your R Code](operationalizing-your-r-code.md)
6+
# [Data Science End-to-End Walkthrough](data-science-end-to-end-walkthrough.md)
7+
# [Using R Functions with SQL Server Data (R in T-SQL Tutorial)](using-r-functions-with-sql-server-data-r-in-t-sql-tutorial.md)
8+
# [Configuration (SQL Server R Services)](configuration-sql-server-r-services.md)
9+
# [Generating an R Stored Procedure for R Code using the sqlrutils Package](generating-an-r-stored-procedure-for-r-code-using-the-sqlrutils-package.md)
10+
# [Security Considerations for the R Runtime in SQL Server](security-considerations-for-the-r-runtime-in-sql-server.md)
11+
# [Managing and Monitoring R Solutions](managing-and-monitoring-r-solutions.md)
12+
# [Lesson 2: View and Explore the Data (Data Science End-to-End Walkthrough)](lesson-2-view-and-explore-the-data-data-science-end-to-end-walkthrough.md)
13+
# [Set Up a Data Science Client](set-up-a-data-science-client.md)
14+
# [SQL Server R Services Performance Tuning](sql-server-r-services-performance-tuning.md)
15+
# [R Server (Standalone)](r-server-standalone.md)
16+
# [Provision the R Server Only SQL Server 2016 Enterprise VM on Azure](provision-the-r-server-only-sql-server-2016-enterprise-vm-on-azure.md)
17+
# [How To: Create a Resource Pool for R](how-to-create-a-resource-pool-for-r.md)
18+
# [Installing SQL Server R Services on an Azure Virtual Machine](installing-sql-server-r-services-on-an-azure-virtual-machine.md)
19+
# [Data Science Deep Dive: Using the RevoScaleR Packages](data-science-deep-dive-using-the-revoscaler-packages.md)
20+
# [In-Database Advanced Analytics for SQL Developers (Tutorial)](in-database-advanced-analytics-for-sql-developers-tutorial.md)
21+
# [How to Create MDX Queries using olapR](how-to-create-mdx-queries-using-olapr.md)
22+
# [Data Exploration and Predictive Modeling with R](data-exploration-and-predictive-modeling-with-r.md)
23+
# [Lesson 1-1 - Create SQL Server Data Objects using RxSqlServerData](lesson-1-1-create-sql-server-data-objects-using-rxsqlserverdata.md)
24+
# [SQL Server R Services](sql-server-r-services.md)
25+
# [R and Data Optimization (R Services)](r-and-data-optimization-r-services.md)
26+
# [DMVs for SQL Server R Services](dmvs-for-sql-server-r-services.md)
27+
# [Lesson 1-3 - Define and Use Compute Contexts](lesson-1-3-define-and-use-compute-contexts.md)
28+
# [Lesson 2-2 - Create Models](lesson-2-2-create-models.md)
29+
# [Determine Which Packages are Installed on SQL Server](determine-which-packages-are-installed-on-sql-server.md)
30+
# [Packages Installed in User Libraries](packages-installed-in-user-libraries.md)
31+
# [Lesson 3-2 - Create New SQL Server Table using rxDataStep](lesson-3-2-create-new-sql-server-table-using-rxdatastep.md)
32+
# [R Package - Management for SQL Server R Services](r-package-management-for-sql-server-r-services.md)
33+
# [Security Overview (SQL Server R Services)](security-overview-sql-server-r-services.md)
34+
# [Configure and Manage Advanced Analytics Extensions](configure-and-manage-advanced-analytics-extensions.md)
35+
# [Lesson 1-2 - Query and Modify the SQL Server Data](lesson-1-2-query-and-modify-the-sql-server-data.md)
36+
# [Differences in R Features between Editions of SQL Server](differences-in-r-features-between-editions-of-sql-server.md)
37+
# [Lesson 2-3 - Score New Data](lesson-2-3-score-new-data.md)
38+
# [Using Data from OLAP Cubes in R](using-data-from-olap-cubes-in-r.md)
39+
# [Step 3: Explore and Visualize the Data (In-Database Advanced Analytics Tutorial)](step-3-explore-and-visualize-the-data-in-database-advanced-analytics-tutorial.md)
40+
# [Setup or Configure R Tools](setup-or-configure-r-tools.md)
41+
# [Lesson 4: Analyze Data in Local Compute Context (Data Science Deep Dive)](lesson-4-analyze-data-in-local-compute-context-data-science-deep-dive.md)
42+
# [Unattended Installs of SQL Server R Services](unattended-installs-of-sql-server-r-services.md)
43+
# [Working with Inputs and Outputs (R in T-SQL Tutorial)](working-with-inputs-and-outputs-r-in-t-sql-tutorial.md)
44+
# [Create a Predictive Model (R in T-SQL Tutorial)](create-a-predictive-model-r-in-t-sql-tutorial.md)
45+
# [R Package - How to Enable or Disable](r-package-how-to-enable-or-disable.md)
46+
# [Architecture Overview (SQL Server R Services)](architecture-overview-sql-server-r-services.md)
47+
# [What's New in SQL Server R Services](what-s-new-in-sql-server-r-services.md)
48+
# [Save and Load R Objects from SQL Server using ODBC](save-and-load-r-objects-from-sql-server-using-odbc.md)
49+
# [Lesson 4: Build and Save the Model (Data Science End-to-End Walkthrough)](lesson-4-build-and-save-the-model-data-science-end-to-end-walkthrough.md)
50+
# [Lesson 1: Prepare the Data (Data Science End-to-End Walkthrough)](lesson-1-prepare-the-data-data-science-end-to-end-walkthrough.md)
51+
# [Lesson 2-2 - Create Graphs and Plots Using R](lesson-2-2-create-graphs-and-plots-using-r.md)
52+
# [ScaleR Functions for Working with SQL Server Data](scaler-functions-for-working-with-sql-server-data.md)
53+
# [Working with R Data Types](working-with-r-data-types.md)
54+
# [SQL Server R Services Tutorials](sql-server-r-services-tutorials.md)
55+
# [How to Create a Stored Procedure Using sqlrutils](how-to-create-a-stored-procedure-using-sqlrutils.md)
56+
# [Step 4: Create Data Features using T-SQL (In-Database Advanced Analytics Tutorial)](step-4-create-data-features-using-t-sql-in-database-advanced-analytics-tutorial.md)
57+
# [Getting Started with SQL Server R Services](getting-started-with-sql-server-r-services.md)
58+
# [Monitor R Services using Custom Reports in Management Studio](monitor-r-services-using-custom-reports-in-management-studio.md)
59+
# [Modify the User Account Pool for SQL Server R Services](modify-the-user-account-pool-for-sql-server-r-services.md)
60+
# [New Components in SQL Server to Support R Services](new-components-in-sql-server-to-support-r-services.md)
61+
# [Step 6: Operationalize the Model (In-Database Advanced Analytics Tutorial)](step-6-operationalize-the-model-in-database-advanced-analytics-tutorial.md)
62+
# [SQL Server R Services Features and Tasks](sql-server-r-services-features-and-tasks.md)
63+
# [Getting Started with Microsoft R Server (Standalone)](getting-started-with-microsoft-r-server-standalone.md)
64+
# [Lesson 2: Create and Run R Scripts (Data Science Deep Dive)](lesson-2-create-and-run-r-scripts-data-science-deep-dive.md)
65+
# [Extended Events for SQL Server R Services](extended-events-for-sql-server-r-services.md)
66+
# [Using R Code in Transact-SQL (SQL Server R Services)](using-r-code-in-transact-sql-sql-server-r-services.md)
67+
# [Use sqlBindR.exe to Upgrade an Instance of R Services](use-sqlbindr-exe-to-upgrade-an-instance-of-r-services.md)
68+
# [Set up SQL Server R Services (In-Database)](set-up-sql-server-r-services-in-database.md)
69+
# [Installing and Managing R Packages](installing-and-managing-r-packages.md)
70+
# [SQL Server Configuration (R Services)](sql-server-configuration-r-services.md)
71+
# [Data Science Scenarios and Solution Templates](data-science-scenarios-and-solution-templates.md)
72+
# [Lesson 3: Create Data Features (Data Science End-to-End Walkthrough)](lesson-3-create-data-features-data-science-end-to-end-walkthrough.md)
73+
# [Lesson 3-1 - Load Data into Memory using rxImport](lesson-3-1-load-data-into-memory-using-rximport.md)
74+
# [Predict and Plot from Model (R in T-SQL Tutorial)](predict-and-plot-from-model-r-in-t-sql-tutorial.md)
75+
# [Lesson 3-3 - Perform Chunking Analysis using rxDataStep](lesson-3-3-perform-chunking-analysis-using-rxdatastep.md)
76+
# [Create a Standalone R Server](create-a-standalone-r-server.md)
77+
# [Lesson 4-1 - Move Data between SQL Server and XDF File](lesson-4-1-move-data-between-sql-server-and-xdf-file.md)
78+
# [Step 2: Import Data to SQL Server using PowerShell](step-2-import-data-to-sql-server-using-powershell.md)
79+
# [Lesson 2-1 - View and Summarize Data using R](lesson-2-1-view-and-summarize-data-using-r.md)
80+
# [Creating Workflows that Use R in SQL Server](creating-workflows-that-use-r-in-sql-server.md)
81+
# [R Services](r-services.md)
82+
# [Step 1: Download the Sample Data (In-Database Advanced Analytics Tutorial)](step-1-download-the-sample-data-in-database-advanced-analytics-tutorial.md)
83+
# [Step 5: Train and Save a Model using T-SQL](step-5-train-and-save-a-model-using-t-sql.md)
84+
# [Known Issues for SQL Server R Services](known-issues-for-sql-server-r-services.md)
85+
# [Create a Local Package Repository Using miniCRAN](create-a-local-package-repository-using-minicran.md)
86+
# [Install Additional R Packages on SQL Server](install-additional-r-packages-on-sql-server.md)
87+
# [Using the MicrosoftML Package with SQL Server R Services](using-the-microsoftml-package-with-sql-server-r-services.md)
88+
# [R and SQL Data Types and Data Objects (R in T-SQL Tutorial)](r-and-sql-data-types-and-data-objects-r-in-t-sql-tutorial.md)
89+
# [Resource Governance for R Services](resource-governance-for-r-services.md)
90+
# [Using R Code Profiling Functions](using-r-code-profiling-functions.md)
91+
# [Lesson 2-1 - Visualize SQL Server Data using R](lesson-2-1-visualize-sql-server-data-using-r.md)
92+
# [Performance Case Study (R Services)](performance-case-study-r-services.md)
93+
# [Converting R Code for Use in R Services](converting-r-code-for-use-in-r-services.md)
94+
# [Prerequisites for Data Science Walkthroughs (SQL Server R Services)](prerequisites-for-data-science-walkthroughs-sql-server-r-services.md)
95+
# [Installing R Components without Internet Access](installing-r-components-without-internet-access.md)
96+
# [Lesson 1: Work with SQL Server Data using R (Data Science Deep Dive)](lesson-1-work-with-sql-server-data-using-r-data-science-deep-dive.md)
97+
# [R Interoperability in SQL Server R Services](r-interoperability-in-sql-server-r-services.md)
98+
# [Lesson 3: Transform Data Using R (Data Science Deep Dive)](lesson-3-transform-data-using-r-data-science-deep-dive.md)
99+
# [Upgrade and Installation FAQ (SQL Server R Services)](upgrade-and-installation-faq-sql-server-r-services.md)
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
title: "Architecture Overview (SQL Server R Services) | Microsoft Docs"
3+
ms.custom: ""
4+
ms.date: "2016-05-31"
5+
ms.prod: "sql-server-2016"
6+
ms.reviewer: ""
7+
ms.suite: ""
8+
ms.technology:
9+
- "r-services"
10+
ms.tgt_pltfrm: ""
11+
ms.topic: "article"
12+
ms.assetid: 6c4a4f66-ea3e-4a73-acf2-6c8aeafc94b0
13+
caps.latest.revision: 9
14+
author: "jeannt"
15+
ms.author: "jeannt"
16+
manager: "jhubbard"
17+
---
18+
# Architecture Overview (SQL Server R Services)
19+
This section provides an overview of the architecture of [!INCLUDE[rsql_productname_md](../../includes/rsql-productname-md.md)], including security, new components added in the SQL Server database engine to support R components, and interoperability of open source R scripts running in SQL Server.
20+
21+
22+
## Goals
23+
24+
25+
The architecture of [!INCLUDE[rsql_productname_md](../../includes/rsql-productname-md.md)] is designed to support the open source R language. Current users of R should be able to port their R code and execute it in T-SQL with relatively minor modifications.
26+
27+
However, SQL Server R Services also provides innovations that deliver increased performance and closer database integration for the R language, to enable faster data throughput and processing, and to lower barriers for enterprise development of R solutions. These innovations include both open source and proprietary components developed by Microsoft.
28+
29+
30+
The primary goals of integration with SQL Server are to provide improved performance and scalability for R, while managing data securely. Towards this goal, SQL Server R Services provides a multi-process infrastructure that supports both integrated Windows authentication and password-based SQL logins.
31+
32+
+ [!INCLUDE[rsql_productname_md](../../includes/rsql-productname-md.md)] provides a base distribution of R, together with the ScaleR packages and the ability to run R tasks in parallel.
33+
+ New components in SQL Server provide a secure, high-performance framework for running external scripts.
34+
+ R tasks execute outside the SQL Server process, to provide security and greater manageability.
35+
+ [!INCLUDE[rsql_launchpad_md](../../includes/rsql-launchpad-md.md)] manages the security of all R processes.
36+
37+
To help you optimize existing R code and take advantage of these improvements, the topics in this section describe the new architecture in detail. By understanding how data processing and analysis is handled by [!INCLUDE[rsql_productname_md](../../includes/rsql-productname-md.md)], you can make appropriate choices about how to ingest data, how to most efficiently perform feature engineering, and how to consume results.
38+
39+
40+
## In This Section
41+
+ [R Interoperability](../../advanced-analytics/r-services/r-interoperability-in-sql-server-r-services.md)
42+
+ [New Components in SQL Server for R Services](../../advanced-analytics/r-services/new-components-in-sql-server-to-support-r-services.md)
43+
+ [Security Overview](../../advanced-analytics/r-services/security-overview-sql-server-r-services.md)
44+
45+
## See Also
46+
[R Services Tutorials](../../advanced-analytics/r-services/sql-server-r-services-tutorials.md)
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: "Configuration (SQL Server R Services) | Microsoft Docs"
3+
ms.custom: ""
4+
ms.date: "2016-05-31"
5+
ms.prod: "sql-server-2016"
6+
ms.reviewer: ""
7+
ms.suite: ""
8+
ms.technology:
9+
- "r-services"
10+
ms.tgt_pltfrm: ""
11+
ms.topic: "article"
12+
ms.assetid: e0fd4554-60c6-4181-ac4c-2e366fb434f6
13+
caps.latest.revision: 7
14+
author: "jeannt"
15+
ms.author: "jeannt"
16+
manager: "jhubbard"
17+
---
18+
# Configuration (SQL Server R Services)
19+
This section contains information about how to configure the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] computer to support R workloads.
20+
21+
for information about how to install R packages and manage R package libraries, see [Installing and Managing R Packages](../../advanced-analytics/r-services/installing-and-managing-r-packages.md).
22+
23+
24+
## In This Section
25+
26+
27+
[Modify the User Account Pool for SQL Server R Services](../../advanced-analytics/r-services/modify-the-user-account-pool-for-sql-server-r-services.md)
28+
29+
30+
[Configure and Manage Advanced Analytics Extensions](../../advanced-analytics/r-services/configure-and-manage-advanced-analytics-extensions.md)
31+
32+
## See Also
33+
[Resource Governance for R Services](../../advanced-analytics/r-services/resource-governance-for-r-services.md)
34+
35+
[Installing and Managing R Packages](../../advanced-analytics/r-services/installing-and-managing-r-packages.md)

0 commit comments

Comments
 (0)