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

Commit 7c3854d

Browse files
authored
Merge branch 'live' into patch-60
2 parents a9a0fe6 + e00d239 commit 7c3854d

975 files changed

Lines changed: 3067 additions & 5337 deletions

File tree

Some content is hidden

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

docs/advanced-analytics/install/sql-ml-component-install-without-internet-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Microsoft Python Open |no change; use previous|
6969
Microsoft Python Server |[SPS_9.2.0.600_1033.cab](https://go.microsoft.com/fwlink/?LinkId=871073&clcid=1033)|
7070
**SQL Server 2017 CU7** |
7171
Microsoft R Open |no change; use previous|
72-
Microsoft R Server |o change; use previous|
72+
Microsoft R Server |no change; use previous|
7373
Microsoft Python Open |no change; use previous|
7474
Microsoft Python Server |no change; use previous|
7575

docs/advanced-analytics/tutorials/sqldev-operationalize-the-model.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,13 @@ Now let's see how batch scoring works.
8787
1 214 0.7 2013-06-26 13:28:10.000 0.6970098661
8888
```
8989

90-
This query can be used as input to the stored procedure, _PredictTipBatchMode_, provided as part of the download.
90+
This query can be used as input to the stored procedure, _PredictTipMode_, provided as part of the download.
9191

92-
2. Take a minute to review the code of the stored procedure _PredictTipBatchMode_ in [!INCLUDE[ssManStudio](../../includes/ssmanstudio-md.md)].
92+
2. Take a minute to review the code of the stored procedure _PredictTipMode_ in [!INCLUDE[ssManStudio](../../includes/ssmanstudio-md.md)].
9393

9494
```SQL
95-
/****** Object: StoredProcedure [dbo].[PredictTipBatchMode] ******/
96-
CREATE PROCEDURE [dbo].[PredictTipBatchMode] @inquery nvarchar(max)
95+
/****** Object: StoredProcedure [dbo].[PredictTipMode] ******/
96+
CREATE PROCEDURE [dbo].[PredictTipMode] @inquery nvarchar(max)
9797
AS
9898
BEGIN
9999
DECLARE @lmodel2 varbinary(max) = (SELECT TOP 1 model FROM nyc_taxi_models);

docs/database-engine/availability-groups/windows/TOC.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
### [Configure backup on replicas](configure-backup-on-availability-replicas-sql-server.md)
6262
### [Configure distributed availability groups](configure-distributed-availability-groups.md)
6363
### [Configure for distributed transactions](configure-availability-group-for-distributed-transactions.md)
64+
### [Configure read-scale availability group](configure-read-scale-availability-groups.md)
6465
### [Configure read-only access replica](configure-read-only-access-on-an-availability-replica-sql-server.md)
6566
### [Configure read-only routing](configure-read-only-routing-for-an-availability-group-sql-server.md)
6667
### [Remove listener](remove-an-availability-group-listener-sql-server.md)

docs/database-engine/availability-groups/windows/about-client-connection-access-to-availability-replicas-sql-server.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: "About Client Connection Access to Availability Replicas (SQL Server) | M
33
ms.custom: ""
44
ms.date: "05/17/2016"
55
ms.prod: sql
6-
ms.prod_service: high-availability
76
ms.reviewer: ""
87
ms.suite: "sql"
98
ms.technology: high-availability
@@ -18,8 +17,8 @@ helpviewer_keywords:
1817
- "Availability Groups [SQL Server], active secondary replicas"
1918
ms.assetid: 29027e46-43e4-4b45-b650-c4cdeacdf552
2019
caps.latest.revision: 16
21-
author: MikeRayMSFT
22-
ms.author: mikeray
20+
author: MashaMSFT
21+
ms.author: mathoma
2322
manager: craigg
2423
---
2524
# About Client Connection Access to Availability Replicas (SQL Server)

docs/database-engine/availability-groups/windows/active-secondaries-backup-on-secondary-replicas-always-on-availability-groups.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: "Active Secondaries Backup on Secondary Replicas-Always On Availability |
33
ms.custom: ""
44
ms.date: "09/01/2017"
55
ms.prod: sql
6-
ms.prod_service: high-availability
76
ms.reviewer: ""
87
ms.suite: "sql"
98
ms.technology: high-availability
@@ -19,8 +18,8 @@ helpviewer_keywords:
1918
- "Availability Groups [SQL Server], active secondary replicas"
2019
ms.assetid: 82afe51b-71d1-4d5b-b20a-b57afc002405
2120
caps.latest.revision: 34
22-
author: MikeRayMSFT
23-
ms.author: mikeray
21+
author: MashaMSFT
22+
ms.author: mathoma
2423
manager: craigg
2524
---
2625
# Active Secondaries: Backup on Secondary Replicas (Always On Availability Groups)

docs/database-engine/availability-groups/windows/active-secondaries-readable-secondary-replicas-always-on-availability-groups.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: "Active Secondaries-Readable Secondary Replicas-Always On Availability |
33
ms.custom: ""
44
ms.date: "06/06/2016"
55
ms.prod: sql
6-
ms.prod_service: high-availability
76
ms.reviewer: ""
87
ms.suite: "sql"
98
ms.technology: high-availability
@@ -18,8 +17,8 @@ helpviewer_keywords:
1817
- "Availability Groups [SQL Server], active secondary replicas"
1918
ms.assetid: 78f3f81a-066a-4fff-b023-7725ff874fdf
2019
caps.latest.revision: 80
21-
author: MikeRayMSFT
22-
ms.author: mikeray
20+
author: MashaMSFT
21+
ms.author: mathoma
2322
manager: craigg
2423
---
2524
# Active Secondaries: Readable Secondary Replicas (Always On Availability Groups)

docs/database-engine/availability-groups/windows/add-a-secondary-replica-to-an-availability-group-sql-server.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: "Add a Secondary Replica to an Availability Group (SQL Server) | Microsof
33
ms.custom: ""
44
ms.date: "05/17/2016"
55
ms.prod: sql
6-
ms.prod_service: high-availability
76
ms.reviewer: ""
87
ms.suite: "sql"
98
ms.technology: high-availability
@@ -14,8 +13,8 @@ helpviewer_keywords:
1413
- "Availability Groups [SQL Server], configuring"
1514
ms.assetid: 6669dcce-85f9-495f-aadf-7f62cff4a9da
1615
caps.latest.revision: 38
17-
author: MikeRayMSFT
18-
ms.author: mikeray
16+
author: MashaMSFT
17+
ms.author: mathoma
1918
manager: craigg
2019
---
2120
# Add a Secondary Replica to an Availability Group (SQL Server)

docs/database-engine/availability-groups/windows/add-ip-address-dialog-box-sql-server-management-studio.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: "Add IP Address Dialog Box (SQL Server Management Studio) | Microsoft Doc
33
ms.custom: ""
44
ms.date: "05/17/2016"
55
ms.prod: sql
6-
ms.prod_service: high-availability
76
ms.reviewer: ""
87
ms.suite: "sql"
98
ms.technology: high-availability
@@ -13,8 +12,8 @@ f1_keywords:
1312
- "sql13.swb.availabilitygrouplistener.addipaddress.f1"
1413
ms.assetid: 98c9ad3b-ff3c-4c1d-b344-59a72fca137c
1514
caps.latest.revision: 10
16-
author: MikeRayMSFT
17-
ms.author: mikeray
15+
author: MashaMSFT
16+
ms.author: mathoma
1817
manager: craigg
1918
---
2019
# Add IP Address Dialog Box (SQL Server Management Studio)

docs/database-engine/availability-groups/windows/administration-of-an-availability-group-sql-server.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: "Administration of an Availability Group (SQL Server) | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "05/17/2016"
55
ms.prod: sql
6-
ms.prod_service: high-availability
76
ms.reviewer: ""
87
ms.suite: "sql"
98
ms.technology: high-availability
@@ -13,8 +12,8 @@ helpviewer_keywords:
1312
- "Availability Groups [SQL Server], managing"
1413
ms.assetid: 0b7542fa-235e-413d-81bf-3eff9ee07480
1514
caps.latest.revision: 21
16-
author: MikeRayMSFT
17-
ms.author: mikeray
15+
author: MashaMSFT
16+
ms.author: mathoma
1817
manager: craigg
1918
---
2019
# Administration of an Availability Group (SQL Server)

docs/database-engine/availability-groups/windows/always-on-availability-groups-interoperability-sql-server.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: "Always On Availability Groups: Interoperability (SQL Server) | Microsoft
33
ms.custom: ""
44
ms.date: "04/20/2017"
55
ms.prod: sql
6-
ms.prod_service: high-availability
76
ms.reviewer: ""
87
ms.suite: "sql"
98
ms.technology: high-availability
@@ -14,8 +13,8 @@ helpviewer_keywords:
1413
- "Availability Groups [SQL Server], interoperability"
1514
ms.assetid: daf87f90-2623-42ca-912c-b8f07d210510
1615
caps.latest.revision: 21
17-
author: MikeRayMSFT
18-
ms.author: mikeray
16+
author: MashaMSFT
17+
ms.author: mathoma
1918
manager: craigg
2019
---
2120
# Always On Availability Groups: Interoperability (SQL Server)

0 commit comments

Comments
 (0)