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

Commit 821e703

Browse files
authored
Merge pull request #18067 from MicrosoftDocs/master
12/09 AM Publish
2 parents d983ad6 + 48783cd commit 821e703

5 files changed

Lines changed: 11 additions & 5 deletions

File tree

docs/database-engine/install-windows/upgrade-analysis-services.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: "Upgrade Analysis Services"
33
title: "Upgrade Analysis Services | Microsoft Docs"
44
ms.custom: ""
5-
ms.date: "09/12/2017"
5+
ms.date: "12/09/2020"
66
ms.prod: sql
77
ms.reviewer: ""
88
ms.technology:
@@ -75,6 +75,7 @@ manager: erikre
7575

7676
|Database model|Compatibility level|Compatible versions|
7777
|-|-|-|
78+
|Tabular|1500|SQL Server 2019|
7879
|Tabular|1400|SQL Server 2017|
7980
|Tabular|1200|SQL Server 2016|
8081
|Tabular|1103|SQL Server 2014|

docs/relational-databases/import-export/prepare-data-for-bulk-export-or-import-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ ms.custom: "seo-lt-2019"
5757
5858
- To import data from data files with fixed-length or fixed-width fields, use a format file. For more information, see [XML Format Files (SQL Server)](../../relational-databases/import-export/xml-format-files-sql-server.md).
5959

60-
- Comma-separated value (CSV) files are not supported by [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] bulk-import operations. However, in some cases, a CSV file can be used as the data file for a bulk import of data into [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. Note that the field terminator of a CSV file does not have to be a comma. To be usable as a data file for bulk import, a CSV file must comply with the following restrictions:
60+
- Starting with SQL Server 2017, a CSV file can be used as the data file for a bulk import of data into [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. Note that the field terminator of a CSV file does not have to be a comma. To be usable as a data file for bulk import, a CSV file must comply with the following restrictions:
6161

6262
- Data fields never contain the field terminator.
6363

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,12 @@ replmerg [-?]
286286
Specifies whether the output should be verbose. If the verbose level is **0**, only error messages are printed. If the verbose level is **1**, all of the progress report messages are printed. If the verbose level is **2** (default), all error messages and progress report messages are printed, which is useful for debugging.
287287

288288
**-ParallelUploadDownload** [**0**\|**1**]
289-
Specifies whether the Merge Agent should process in parallel the changes uploaded to the Publisher and those downloaded to the Subscriber, which is useful in high volume environments with high network bandwidth. If **ParallelUploadDownload** is **1**, then parallel processing is enabled.
289+
Specifies whether the Merge Agent should process in parallel the changes uploaded to the Publisher and those downloaded to the Subscriber, which can be useful in high volume environments with high network bandwidth. However, note the warning below for cases where **ParallelUploadDownload** is set to **1**.
290+
291+
This parameter is on the list for possible deprecation soon. We recommend setting the **ParallelUploadDownload** parameter to 0 and avoiding use of the "High Volume Server-to-Server" Merge agent Profile, as **ParallelUploadDownload** is set to 1 in this profile.
292+
293+
> [!WARNING]
294+
> [!INCLUDE[ssNoteDepFutureDontUse](../../../includes/ssnotedepfuturedontuse-md.md)]
290295
291296
**-PacketSize**
292297
Is the packet size, in bytes. The default is 4096 (bytes).

docs/relational-databases/replication/non-sql/heterogeneous-database-replication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ms.author: "mathoma"
2828
|Scenario|2016 or earlier |2017 or later |
2929
|-------|-------|--------|
3030
|Replication from Oracle |Only support Oracle 10g or earlier |Only support Oracle 10g or earlier |
31-
|Replication to Oracle |Up to Oracle 12c |Not supported |
31+
|Replication to Oracle |All versions prior to Oracle 12c |Not supported |
3232

3333

3434
Heterogeneous replication to non-SQL Server subscribers is deprecated. Oracle Publishing is deprecated. To move data, create solutions using change data capture and [!INCLUDE[ssIS](../../../includes/ssis-md.md)].

docs/sql-server/failover-clusters/install/before-installing-failover-clustering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ ms.author: chadam
164164

165165
- Remote Administration must be enabled.
166166

167-
- For the [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] port, use [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] Configuration Manager to check the [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] network configuration for the TCP/IP protocol for the instance you want to unblock. You must enable the TCP port for IPALL if you want to connect to [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] using TCP after installation. By default, SQL Browser listens on UDP port 1434.
167+
- For SQL Server instances using a non-default port, use the network configuration of the SQL Server Configuration Manager to determine the port used by the SQL Server instance you want to unblock. Enable the TCP port for IPALL in the firewall if you want to connect to your SQL Server instance using the [SQL Server Browser Service](../../../tools/configuration-manager/sql-server-browser-service.md), which uses a different IP address than the clustered instance, and UDP port 1434.
168168

169169
- Failover cluster Setup operations include a rule that checks network binding order. Although binding orders might seem correct, you might have disabled or "ghosted" NIC configurations on the system. "Ghosted" NIC configurations can affect the binding order and cause the binding order rule to issue a warning. To avoid this situation, use the following steps to identify and remove disabled network adapters:
170170

0 commit comments

Comments
 (0)