Skip to content

Commit 3dff203

Browse files
committed
fixing git issues
1 parent d80f392 commit 3dff203

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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/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)