You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -48,16 +48,16 @@ The **b**ulk **c**opy **p**rogram utility (**bcp**) bulk copies data between an
48
48
49
49
## Download the latest version of bcp Utility
50
50
51
-
**[ Download Microsoft Command Line Utilities 15 for SQL Server (x64)](https://go.microsoft.com/fwlink/?linkid=2082790)**
52
-
<br>**[ Download Microsoft Command Line Utilities 15 for SQL Server (x86)](https://go.microsoft.com/fwlink/?linkid=2082695)**
51
+
**[ Download Microsoft Command Line Utilities 15 for SQL Server (x64)](https://go.microsoft.com/fwlink/?linkid=2142258)**
52
+
<br>**[ Download Microsoft Command Line Utilities 15 for SQL Server (x86)](https://go.microsoft.com/fwlink/?linkid=2142257)**
53
53
54
54
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)].
55
55
56
56
### Version Information
57
57
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
61
61
62
62
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.
63
63
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
68
68
69
69
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).
70
70
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.
0 commit comments