Skip to content

Commit b61a178

Browse files
authored
Update bcp-utility.md
Updated to build version 15.0.2000.5 (same as what I did for sqlcmd)
1 parent 7481ac3 commit b61a178

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/tools/bcp-utility.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ author: markingmyname
2727
ms.author: maghan
2828
ms.reviewer: v-daenge
2929
ms.custom: seo-lt-2019
30-
ms.date: 01/23/2020
30+
ms.date: 09/11/2020
3131
monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017"
3232
---
3333

@@ -48,16 +48,16 @@ The **b**ulk **c**opy **p**rogram utility (**bcp**) bulk copies data between an
4848
4949
## Download the latest version of bcp Utility
5050

51-
**[![Download bcp for x64](../ssdt/media/download.png) Download Microsoft Command Line Utilities 15 for SQL Server (x64)](https://go.microsoft.com/fwlink/?linkid=2082790)**
52-
<br>**[![Download bcp for x86](../ssdt/media/download.png) Download Microsoft Command Line Utilities 15 for SQL Server (x86)](https://go.microsoft.com/fwlink/?linkid=2082695)**
51+
**[![Download bcp for x64](../ssdt/media/download.png) Download Microsoft Command Line Utilities 15 for SQL Server (x64)](https://go.microsoft.com/fwlink/?linkid=2142258)**
52+
<br>**[![Download bcp for x86](../ssdt/media/download.png) Download Microsoft Command Line Utilities 15 for SQL Server (x86)](https://go.microsoft.com/fwlink/?linkid=2142257)**
5353

5454
The command-line tools are General Availability (GA), however they're being released with the installer package for [!INCLUDE[sql-server-2019](../includes/sssqlv15-md.md)].
5555

5656
### Version Information
5757

58-
Release number: 15.0 <br>
59-
Build number: 15.0.1300.359<br>
60-
Release date: March 13, 2019
58+
Release number: 15.0.2 <br>
59+
Build number: 15.0.2000.5<br>
60+
Release date: September 11, 2020
6161

6262
The new version of SQLCMD supports Azure AD authentication, including Multi-Factor Authentication (MFA) support for SQL Database, SQL Data Warehouse, and Always Encrypted features.
6363
The new BCP supports Azure AD authentication, including Multi-Factor Authentication (MFA) support for SQL Database and SQL Data Warehouse.
@@ -68,7 +68,7 @@ Windows 10, Windows 7, Windows 8, Windows 8.1, Windows Server 2008, Windows Serv
6868

6969
This component requires both [Windows Installer 4.5](https://www.microsoft.com/download/details.aspx?id=8483) and [Microsoft ODBC Driver 17 for SQL Server](https://aka.ms/downloadmsodbcsql).
7070

71-
To check the BCP version execute `bcp /v` command and confirm that 15.0.1300.359 or higher is in use.
71+
To check the BCP version execute `bcp /v` command and confirm that 15.0.2000.5 or higher is in use.
7272

7373
<table><th>Syntax</th><tr><td><pre>
7474
bcp [<a href="#db_name">database_name.</a>] <a href="#schema">schema</a>.{<a href="#tbl_name">table_name</a> | <a href="#vw_name">view_name</a> | <a href="#query">"query"</a>}

0 commit comments

Comments
 (0)