Skip to content

Commit ea70dbe

Browse files
authored
Merge pull request #7157 from stevestein/sqlseattle-fix-9.9
Sqlseattle fix 9.9
2 parents 09bbab5 + 7591de3 commit ea70dbe

4 files changed

Lines changed: 30 additions & 10 deletions

File tree

docs/2014/relational-databases/replication/agents/replication-snapshot-agent.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Replication Snapshot Agent | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "06/13/2017"
4+
ms.date: "09/07/2018"
55
ms.prod: "sql-server-2014"
66
ms.reviewer: ""
77
ms.suite: ""
@@ -56,7 +56,8 @@ manager: craigg
5656
[-MaxNetworkOptimization [0|1]]
5757
[-Outputoutput_path_and_file_name]
5858
[-OutputVerboseLevel [0|1|2] ]
59-
[-PacketSizepacket_size]
59+
[-PacketSizepacket_size]
60+
[-PrefetchTables [0|1] ]
6061
[-ProfileNameprofile_name]
6162
[-PublisherDBpublisher_database]
6263
[-PublisherDeadlockPriority [-1|0|1] ]
@@ -188,6 +189,14 @@ manager: craigg
188189
|**0**|Only error messages are printed.|
189190
|**1** (default)|All the progress report messages are printed (default).|
190191
|**2**|All error messages and progress report messages are printed, which is useful for debugging.|
192+
193+
**-PrefetchTables** [ **0**| **1**]
194+
Optional parameter that specifies if the table objects will be prefetched and cached. The default behavior is to prefetch certain table properties using SMO component based on an internal calculation. This parameter can be helpful in scenarions where SMO prefetch operation takes considerable longer to run. If this parameter is not used, this decision is made at runtime based on the percentage of tables that are added as articles to the publication.
195+
196+
|OutputVerboseLevel value|Description|
197+
|------------------------------|-----------------|
198+
|**0**|Call to Prefetch method of SMO component is disabled.|
199+
|**1**|Snapshot Agent will call Prefetch method to cache some table properties using SMO|
191200

192201
**-PacketSize** *packet_size*
193202
Is the packet size (in bytes) used by the Snapshot Agent when connecting to [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)]. The default value is 8192 bytes.

docs/advanced-analytics/install/sql-machine-learning-services-windows-install.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
title: Install SQL Server Machine Learning Services (In-Database) on Windows | Microsoft Docs
3+
description: R in SQL Server or Python on SQL Server is available when you install SQL Server 2017 Machine Learning Services on Windows.
34
ms.prod: sql
45
ms.technology: machine-learning
56

6-
ms.date: 08/15/2018
7+
ms.date: 09/08/2018
78
ms.topic: conceptual
89
author: HeidiSteen
910
ms.author: heidist
@@ -12,7 +13,7 @@ manager: cgronlun
1213
# Install SQL Server Machine Learning Services
1314
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md-winonly](../../includes/appliesto-ss-xxxx-xxxx-xxx-md-winonly.md)]
1415

15-
Starting in SQL Server 2017, R and Python support for in-database analytics is provided in SQL Server Machine Learning Services, the successor to R Services feature introduced in SQL Server 2016. Function libraries are available in R and Python and run as external script on a database engine instance.
16+
Starting in SQL Server 2017, R and Python support for in-database analytics is provided in SQL Server Machine Learning Services, the successor to [SQL Server R Services](../r/sql-server-r-services.md) introduced in SQL Server 2016. Function libraries are available in R and Python and run as external script on a database engine instance.
1617

1718
This article explains how to install the machine learning component by running the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] setup wizard, and following the on-screen prompts.
1819

docs/advanced-analytics/install/sql-r-services-windows-install.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
title: Install SQL Server 2016 R Services (In-Database) | Microsoft Docs
3+
description: R in SQL Server is available when you install SQL Server 2016 R Services on Windows.
34
ms.prod: sql
45
ms.technology: machine-learning
56

6-
ms.date: 04/15/2018
7+
ms.date: 09/08/2018
78
ms.topic: conceptual
89
author: HeidiSteen
910
ms.author: heidist
@@ -12,11 +13,11 @@ manager: cgronlun
1213
# Install SQL Server 2016 R Services
1314
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md-winonly](../../includes/appliesto-ss-xxxx-xxxx-xxx-md-winonly.md)]
1415

15-
This article explains how to install and configure **SQL Server 2016 R Services (In-Database)**. If you have SQL Server 2016, install this feature to enable execution of R code in SQL Server.
16+
This article explains how to install and configure **SQL Server 2016 R Services**. If you have SQL Server 2016, install this feature to enable execution of R code in SQL Server.
1617

17-
## <a name="bkmk_prereqs"> </a> Pre-install checklist
18+
In SQL Server 2017, R integration is offered in [Machine Learning Services](../r/r-server-standalone.md), reflecting the addition of Python. If you want R integration and have SQL Server 2017 installation media, see [Install SQL Server 2017 Machine Learning Services](sql-machine-learning-services-windows-install.md) to add the feature.
1819

19-
+ SQL Server 2016 setup is required if you want to install R Services. If instead you have SQL Server 2017 installation media, you should install [SQL Server 2017 Machine Learning Services (In-Database)](sql-machine-learning-services-windows-install.md) to get R integration for that version of SQL Server.
20+
## <a name="bkmk_prereqs"> </a> Pre-install checklist
2021

2122
+ A database engine instance is required. You cannot install just R, although you can add it incrementally to an existing instance.
2223

@@ -26,7 +27,7 @@ This article explains how to install and configure **SQL Server 2016 R Services
2627

2728
+ Do not install **Shared Features** > **R Server (Standalone)** on the same computer running an in-database instance.
2829

29-
+ Side-by-side installation with other versions of R and Python are possible because the SQL Server instance uses its own copies of the open-source R and Anaconda distributions. However, running code that uses R and Python on the SQL Server computer outside SQL Server can lead to various problems:
30+
Side-by-side installation with other versions of R and Python are possible because the SQL Server instance uses its own copies of the open-source R and Anaconda distributions. However, running code that uses R and Python on the SQL Server computer outside SQL Server can lead to various problems:
3031

3132
+ You use a different library and different executable, and get different results, than you do when you are running in SQL Server.
3233
+ R and Python scripts running in external libraries cannot be managed by SQL Server, leading to resource contention.

docs/relational-databases/replication/agents/replication-snapshot-agent.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Replication Snapshot Agent | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "03/14/2017"
4+
ms.date: "09/07/2018"
55
ms.prod: sql
66
ms.prod_service: "database-engine"
77
ms.component: "replication"
@@ -59,6 +59,7 @@ snapshot [ -?]
5959
[-Output output_path_and_file_name]
6060
[-OutputVerboseLevel [0|1|2] ]
6161
[-PacketSize packet_size]
62+
[-PrefetchTables [0|1] ]
6263
[-ProfileName profile_name]
6364
[-PublisherDB publisher_database]
6465
[-PublisherDeadlockPriority [-1|0|1] ]
@@ -196,7 +197,15 @@ snapshot [ -?]
196197

197198
> [!NOTE]
198199
> Do not change the packet size unless you are certain that it will improve performance. For most applications, the default packet size is best.
200+
201+
**-PrefetchTables** [ **0**| **1**]
202+
Optional parameter that specifies if the table objects will be prefetched and cached. The default behavior is to prefetch certain table properties using SMO component based on an internal calculation. This parameter can be helpful in scenarions where SMO prefetch operation takes considerable longer to run. If this parameter is not used, this decision is made at runtime based on the percentage of tables that are added as articles to the publication.
199203

204+
|OutputVerboseLevel value|Description|
205+
|------------------------------|-----------------|
206+
|**0**|Call to Prefetch method of SMO component is disabled.|
207+
|**1**|Snapshot Agent will call Prefetch method to cache some table properties using SMO|
208+
200209
**-ProfileName** *profile_name*
201210
Specifies an agent profile to use for agent parameters. If **ProfileName** is NULL, the agent profile is disabled. If **ProfileName** is not specified, the default profile for the agent type is used. For information, see [Replication Agent Profiles](../../../relational-databases/replication/agents/replication-agent-profiles.md).
202211

0 commit comments

Comments
 (0)