Skip to content

Commit 39a4d5f

Browse files
committed
build fixes
1 parent 0bee4d7 commit 39a4d5f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/tools/download-sql-feature-packs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This article provides a brief explanation of the various downloads and stand-alo
3838
| [sqlcmd utility](sqlcmd/sqlcmd-utility.md) | The SQLCMD utility allows users to connect to, send Transact-SQL batches from, and output rowset information from SQL Server instances. |
3939
| [Drivers for PHP for SQL Server](../connect/php/download-drivers-php-sql-server.md) | The Microsoft Drivers for PHP for SQL Server are PHP extensions that allow for the reading and writing of SQL Server data from within PHP scripts. |
4040
| [JDBC Driver for SQL Server](../connect/jdbc/download-microsoft-jdbc-driver-for-sql-server.md) | The Microsoft JDBC Driver for SQL Server provides access to SQL Server from any Java application, application server, or Java-enabled applet. |
41-
| [SQL Server Data-Tier Application Framework](sqlpackage/sqlpackage-download.md#dacfx) | The SQL Server Data-tier Application framework (DacFx) is a .NET component that provides application lifecycle services for database development and management and is available in the [SqlPackage](sqlpackage/sqlpackage-download.md) CLI and as a [NuGet package](https://www.nuget.org/packages/Microsoft.SqlServer.DacFx). The Data-tier Application Framework includes TransactSql.ScriptDOM. |
41+
| [SqlPackage CLI and related libraries](sqlpackage/sqlpackage-download.md) | The SqlPackage CLI provides a command-line interface for automating database development and deployment tasks. Both [DacFx](https://www.nuget.org/packages/Microsoft.SqlServer.DacFx) and the [ScriptDom parser](https://www.nuget.org/packages/Microsoft.SqlServer.TransactSql.ScriptDom) are available as .NET packages on NuGet. |
4242
| [SQL Server Semantic Language Statistics](../relational-databases/search/install-and-configure-semantic-search.md) | The Semantic Language Statistics Database is a required component for the Statistical Semantic Search feature in Microsoft SQL Server. |
4343
| [SQL Server Management Objects](../relational-databases/server-management-objects-smo/installing-smo.md) | SQL Server Management Objects (SMO) is a .NET Framework object model that enables software developers to create client-side applications to manage and administer SQL Server objects and services. |
4444
| [System CLR Types](https://go.microsoft.com/fwlink/?linkid=2108808) | The SQL Server System CLR Types package contains the components implementing the geometry, geography, and hierarchy ID types in SQL Server. **Note: This component also requires [Windows Installer 4.5](https://go.microsoft.com/fwlink/?LinkId=123373)**. |

docs/tools/sqlpackage/sqlpackage-download.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ If you installed SqlPackage with a .zip or other archive, then delete the files.
220220

221221
Installing the dotnet tool version of SqlPackage is recommended for automated environments, such as CI/CD pipelines, due to its ease of installation and update. However, the file download option can be used in automated environments as well.
222222

223-
```bash
224-
dotnet tool install -g microsoft.sqlpackage
223+
```bash
224+
dotnet tool install -g microsoft.sqlpackage
225225
```
226226

227227

0 commit comments

Comments
 (0)