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
Copy file name to clipboardExpand all lines: docs/tools/bcp-utility.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,16 +45,16 @@ The **b**ulk **c**opy **p**rogram utility (**bcp**) bulk copies data between an
45
45
46
46
## Download the latest version of bcp Utility
47
47
48
-
:::image type="icon" source="../includes/media/download.svg" border="false"::: **[Download Microsoft Command Line Utilities 15 for SQL Server (x64)](https://go.microsoft.com/fwlink/?linkid=2142258)**
49
-
:::image type="icon" source="../includes/media/download.svg" border="false"::: **[Download Microsoft Command Line Utilities 15 for SQL Server (x86)](https://go.microsoft.com/fwlink/?linkid=2142257)**
48
+
:::image type="icon" source="../includes/media/download.svg" border="false"::: **[Download Microsoft Command Line Utilities 15 for SQL Server (x64)](https://go.microsoft.com/fwlink/?linkid=2230791)**
49
+
:::image type="icon" source="../includes/media/download.svg" border="false"::: **[Download Microsoft Command Line Utilities 15 for SQL Server (x86)](https://go.microsoft.com/fwlink/?linkid=2231320)**
50
50
51
51
The command-line tools are General Availability (GA), however they're being released with the installer package for [!INCLUDE[sql-server-2019](../includes/sssql19-md.md)].
52
52
53
53
### Version Information
54
54
55
-
Release number: 15.0.2 <br>
56
-
Build number: 15.0.2000.5<br>
57
-
Release date: September 11, 2020
55
+
Release number: 15.0.4298.1<br>
56
+
Build number: 15.0.4298.1<br>
57
+
Release date: April 7, 2023
58
58
59
59
The new version of SQLCMD supports Azure AD authentication, including Multi-Factor Authentication (MFA) support for SQL Database, Azure Synapse Analytics, and Always Encrypted features.
60
60
The new BCP supports Azure AD authentication, including Multi-Factor Authentication (MFA) support for SQL Database and Azure Synapse Analytics.
@@ -65,7 +65,7 @@ Windows 11, Windows 10, Windows 7, Windows 8, Windows 8.1, Windows Server 2008,
65
65
66
66
This component requires both [Windows Installer 4.5](https://windows-installer.soft32.com/) and [Microsoft ODBC Driver 17 for SQL Server](../connect/odbc/download-odbc-driver-for-sql-server.md).
67
67
68
-
To check the BCP version execute `bcp /v` command and confirm that 15.0.2000.5 or higher is in use.
68
+
To check the BCP version execute `bcp /v` command and confirm that 15.0.4298.1 or higher is in use.
Copy file name to clipboardExpand all lines: docs/tools/sqlcmd/sqlcmd-utility.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,16 +49,16 @@ The utility uses ODBC to execute Transact-SQL batches.
49
49
50
50
### Windows
51
51
52
-
:::image type="icon" source="../../includes/media/download.svg" border="false"::: **[Download Microsoft Command Line Utilities 15 for SQL Server (x64) (2.6 MB)](https://go.microsoft.com/fwlink/?linkid=2142258)**
53
-
:::image type="icon" source="../../includes/media/download.svg" border="false"::: **[Download Microsoft Command Line Utilities 15 for SQL Server (x86) (2.3 MB)](https://go.microsoft.com/fwlink/?linkid=2142257)**
52
+
:::image type="icon" source="../../includes/media/download.svg" border="false"::: **[Download Microsoft Command Line Utilities 15 for SQL Server (x64)](https://go.microsoft.com/fwlink/?linkid=2230791)**
53
+
:::image type="icon" source="../../includes/media/download.svg" border="false"::: **[Download Microsoft Command Line Utilities 15 for SQL Server (x86)](https://go.microsoft.com/fwlink/?linkid=2231320)**
54
54
55
55
The command line tools are General Availability (GA), however they're being released with the installer package for [!INCLUDE[sql-server-2019](../../includes/sssql19-md.md)].
56
56
57
57
**Version Information**
58
58
59
-
- Release number: 15.0.2
60
-
- Build number: 15.0.2000.5
61
-
- Release date: September 11, 2020
59
+
- Release number: 15.0.4298.1
60
+
- Build number: 15.0.4298.1
61
+
- Release date: April 7, 2023
62
62
63
63
The new version of SQLCMD supports Azure AD authentication, including Multi-Factor Authentication (MFA) support for SQL Database, Azure Synapse Analytics, and Always Encrypted features.
64
64
The new BCP supports Azure AD authentication, including Multi-Factor Authentication (MFA) support for SQL Database and Azure Synapse Analytics.
@@ -74,7 +74,7 @@ See [Install sqlcmd and bcp on Linux](../../linux/sql-server-linux-setup-tools.m
74
74
75
75
## Check version
76
76
77
-
To check the SQLCMD version execute `sqlcmd -?` command and confirm that 15.0.2000.5 version or higher is in use.
77
+
To check the SQLCMD version execute `sqlcmd -?` command and confirm that 15.0.4298.1 version or higher is in use.
78
78
79
79
> [!NOTE]
80
80
> You need version 13.1 or higher to support Always Encrypted (`-g`) and Azure Active Directory authentication (`-G`). You may have several versions of sqlcmd.exe installed on your computer. Be sure you are using the correct version. To determine the version, execute `sqlcmd -?`.
0 commit comments