Skip to content

Commit ea0eefe

Browse files
committed
Pul bcp update into master.
1 parent 66c426a commit ea0eefe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/tools/bcp-utility.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ Performs the bulk-copy operation using the native (database) data types of the d
443443

444444
## Remarks<a name="remarks"></a>
445445

446-
- The **bcp** 13.0 client is installed when you install [!INCLUDE[msCoName](../includes/msconame-md.md)][!INCLUDE[ssCurrent](../includes/sscurrent-md.md)] tools. If tools are installed for both [!INCLUDE[ssCurrent](../includes/sscurrent-md.md)] and an earlier version of [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)], depending on the order of values of the PATH environment variable, you might be using the earlier **bcp** client instead of the **bcp** 13.0 client. This environment variable defines the set of directories used by Windows to search for executable files. To discover which version you are using, run the **bcp /v** or **bcp -v** command at the Windows Command Prompt. For information about how to set the command path in the PATH environment variable, see [Environment Variables](/windows/win32/shell/user-environment-variables) or search for Environment Variables in Windows Help.
446+
- The **bcp** 13.0 client is installed when you install [!INCLUDE[msCoName](../includes/msconame-md.md)] [!INCLUDE[sssql19-md.md](../includes/sssql19-md.md)] tools. If tools are installed for multiple versions of [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)], depending on the order of values of the PATH environment variable, you might be using the earlier **bcp** client instead of the **bcp** 13.0 client. This environment variable defines the set of directories used by Windows to search for executable files. To discover which version you are using, run the **bcp /v** or **bcp -v** command at the Windows Command Prompt. For information about how to set the command path in the PATH environment variable, see [Environment Variables](/windows/win32/shell/user-environment-variables) or search for Environment Variables in Windows Help.
447447

448448
To make sure the newest version of the bcp utility is running you need to remove any older versions of the bcp utility.
449449

@@ -469,7 +469,7 @@ Performs the bulk-copy operation using the native (database) data types of the d
469469
470470
## Native Data File Support
471471
472-
In [!INCLUDE[ssCurrent](../includes/sscurrent-md.md)], the **bcp** utility supports native data files compatible with [!INCLUDE[ssVersion2000](../includes/ssversion2000-md.md)], [!INCLUDE[ssVersion2005](../includes/ssversion2005-md.md)], [!INCLUDE[ssKatmai](../includes/sskatmai-md.md)], [!INCLUDE[ssKilimanjaro](../includes/sskilimanjaro-md.md)], and [!INCLUDE[ssSQL11](../includes/sssql11-md.md)].
472+
In [!INCLUDE[ssnoversion](../includes/ssnoversion-md.md)], the **bcp** utility supports native data files compatible with [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] versions starting with [!INCLUDE[ssVersion2000](../includes/ssversion2000-md.md)] and later.
473473
474474
## Computed Columns and timestamp Columns
475475
@@ -762,4 +762,4 @@ bcp.exe MyTable in "D:\data.csv" -T -c -C 65001 -t , ...
762762
- [sp_tableoption &#40;Transact-SQL&#41;](../relational-databases/system-stored-procedures/sp-tableoption-transact-sql.md)
763763
- [Format Files for Importing or Exporting Data &#40;SQL Server&#41;](../relational-databases/import-export/format-files-for-importing-or-exporting-data-sql-server.md)
764764

765-
[!INCLUDE[get-help-options](../includes/paragraph-content/get-help-options.md)]
765+
[!INCLUDE[get-help-options](../includes/paragraph-content/get-help-options.md)]

0 commit comments

Comments
 (0)