Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 206e6fe

Browse files
Merge pull request #26683 from Matteo-T/master
Refreshing pages to point to new MSIs (15.0.4298.1)
2 parents dceca96 + 9789cdb commit 206e6fe

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

docs/tools/bcp-utility.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@ The **b**ulk **c**opy **p**rogram utility (**bcp**) bulk copies data between an
4545
4646
## Download the latest version of bcp Utility
4747

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)**
5050

5151
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)].
5252

5353
### Version Information
5454

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
5858

5959
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.
6060
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,
6565

6666
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).
6767

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.
6969

7070
<table><th>Syntax</th><tr><td><pre>
7171
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>}

docs/tools/sqlcmd/sqlcmd-utility.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@ The utility uses ODBC to execute Transact-SQL batches.
4949

5050
### Windows
5151

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)**
5454

5555
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)].
5656

5757
**Version Information**
5858

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
6262

6363
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.
6464
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
7474

7575
## Check version
7676

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.
7878

7979
> [!NOTE]
8080
> 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

Comments
 (0)