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

Commit 2a2fbc3

Browse files
Merge pull request #34450 from rwestMSFT/rw-0616-sqlcmd-bcp
Linux update link description
2 parents 62f38c6 + 10dfb7e commit 2a2fbc3

9 files changed

Lines changed: 10 additions & 10 deletions

docs/linux/quickstart-install-connect-docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1446,7 +1446,7 @@ The following steps use **sqlcmd** outside of your container to connect to [!INC
14461446

14471447
1. Find the IP address for your container's host machine, using `ifconfig` or `ip addr`.
14481448

1449-
1. For this example, install the **sqlcmd** tool on your client machine. For more information, see [sqlcmd utility](../tools/sqlcmd/sqlcmd-utility.md) or [Install the SQL Server command-line tools sqlcmd and bcp on Linux](sql-server-linux-setup-tools.md).
1449+
1. For this example, install the **sqlcmd** tool on your client machine. For more information, see [sqlcmd utility](../tools/sqlcmd/sqlcmd-utility.md) or [Install the sqlcmd and bcp SQL Server command-line tools on Linux](sql-server-linux-setup-tools.md).
14501450

14511451
1. Run **sqlcmd** specifying the IP address and the port mapped to port 1433 in your container. In this example, the port is the same as port 1433 on the host machine. If you specified a different mapped port on the host machine, you would use it here. You also need to open the appropriate inbound port on your firewall to allow the connection.
14521452

docs/linux/sql-server-linux-configure-time-zone-2017.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,4 +497,4 @@ Symbolic links in `/usr/share/zoneinfo` and `/usr/lib/zoneinfo` are considered.
497497

498498
- [What is SQL Server on Linux?](sql-server-linux-overview.md)
499499
- [Installation guidance for SQL Server on Linux](sql-server-linux-setup.md)
500-
- [Install the SQL Server command-line tools sqlcmd and bcp on Linux](sql-server-linux-setup-tools.md)
500+
- [Install the sqlcmd and bcp SQL Server command-line tools on Linux](sql-server-linux-setup-tools.md)

docs/linux/sql-server-linux-configure-time-zone-2019.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,4 +981,4 @@ Symbolic links in `/usr/share/zoneinfo` and `/usr/lib/zoneinfo` are considered.
981981

982982
- [What is SQL Server on Linux?](sql-server-linux-overview.md)
983983
- [Installation guidance for SQL Server on Linux](sql-server-linux-setup.md)
984-
- [Install the SQL Server command-line tools sqlcmd and bcp on Linux](sql-server-linux-setup-tools.md)
984+
- [Install the sqlcmd and bcp SQL Server command-line tools on Linux](sql-server-linux-setup-tools.md)

docs/linux/sql-server-linux-configure-time-zone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,4 +987,4 @@ Symbolic links in `/usr/share/zoneinfo` and `/usr/lib/zoneinfo` are considered.
987987

988988
- [What is SQL Server on Linux?](sql-server-linux-overview.md)
989989
- [Installation guidance for SQL Server on Linux](sql-server-linux-setup.md)
990-
- [Install the SQL Server command-line tools sqlcmd and bcp on Linux](sql-server-linux-setup-tools.md)
990+
- [Install the sqlcmd and bcp SQL Server command-line tools on Linux](sql-server-linux-setup-tools.md)

docs/linux/sql-server-linux-migrate-restore-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ At this point, the backup file is on your Linux server in your user's home direc
147147

148148
To restore the database backup, you can use the `RESTORE DATABASE` Transact-SQL (TQL) command.
149149

150-
The following steps use the **sqlcmd** tool. If you haven't installed [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] tools, see [Install the SQL Server command-line tools sqlcmd and bcp on Linux](sql-server-linux-setup-tools.md).
150+
The following steps use the **sqlcmd** tool. If you haven't installed [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] tools, see [Install the sqlcmd and bcp SQL Server command-line tools on Linux](sql-server-linux-setup-tools.md).
151151

152152
1. In the same terminal, launch **sqlcmd**. The following example connects to the local [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] instance with the `sa` account. Enter the password when prompted, or specify the password by adding the `-P` parameter.
153153

docs/linux/sql-server-linux-run-sql-server-agent-job.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Use the following steps to create a sample database named `SampleDB`. This datab
8181
The following steps create a SQL Server Agent job on Linux with Transact-SQL commands. The job runs a daily backup of the sample database, `SampleDB`.
8282

8383
> [!TIP]
84-
> You can use any T-SQL client to run these commands. For example, on Linux you can use [Install the SQL Server command-line tools sqlcmd and bcp on Linux](sql-server-linux-setup-tools.md) or [SQL Server extension for Visual Studio Code](../tools/visual-studio-code/sql-server-develop-use-vscode.md). From a remote Windows Server, you can also run queries in SQL Server Management Studio (SSMS) or use the UI interface for job management, which is described in the next section.
84+
> You can use any T-SQL client to run these commands. For example, on Linux you can use [Install the sqlcmd and bcp SQL Server command-line tools on Linux](sql-server-linux-setup-tools.md) or [SQL Server extension for Visual Studio Code](../tools/visual-studio-code/sql-server-develop-use-vscode.md). From a remote Windows Server, you can also run queries in SQL Server Management Studio (SSMS) or use the UI interface for job management, which is described in the next section.
8585
8686
1. Use [sp_add_job](../relational-databases/system-stored-procedures/sp-add-job-transact-sql.md) to create a job named `Daily SampleDB Backup`.
8787

docs/linux/sql-server-linux-setup-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom:
1212
- intro-installation
1313
- linux-related-content
1414
---
15-
# Install the SQL Server command-line tools sqlcmd and bcp on Linux
15+
# Install the sqlcmd and bcp SQL Server command-line tools on Linux
1616

1717
[!INCLUDE [SQL Server - Linux](../includes/applies-to-version/sql-linux.md)]
1818

docs/linux/sql-server-linux-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ To upgrade [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)], first [ch
147147

148148
To verify your current version and edition of [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] on Linux, use the following procedure:
149149

150-
1. If not already installed, see [Install the SQL Server command-line tools sqlcmd and bcp on Linux](sql-server-linux-setup-tools.md).
150+
1. If not already installed, see [Install the sqlcmd and bcp SQL Server command-line tools on Linux](sql-server-linux-setup-tools.md).
151151

152152
1. Use **sqlcmd** to run a Transact-SQL command that displays your [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] version and edition.
153153

@@ -249,7 +249,7 @@ If your Linux machine doesn't have access to the online repositories used in the
249249

250250
After installation, you can also install or enable optional [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] features.
251251

252-
- [Install the SQL Server command-line tools sqlcmd and bcp on Linux](sql-server-linux-setup-tools.md)
252+
- [Install the sqlcmd and bcp SQL Server command-line tools on Linux](sql-server-linux-setup-tools.md)
253253
- [Install SQL Server Agent on Linux](sql-server-linux-setup-sql-agent.md)
254254
- [Install SQL Server Full-Text Search on Linux](sql-server-linux-setup-full-text-search.md)
255255
- [Install SQL Server 2019 Machine Learning Services (Python and R) on Linux](sql-server-linux-setup-machine-learning.md)

docs/linux/sql-server-linux-start-stop-restart-sql-server-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ For more information, see [SHUTDOWN](../t-sql/language-elements/shutdown-transac
101101

102102
- [Installation guidance for SQL Server on Linux](sql-server-linux-setup.md)
103103
- [Troubleshoot SQL Server on Linux](sql-server-linux-troubleshooting-guide.md)
104-
- [Install the SQL Server command-line tools sqlcmd and bcp on Linux](sql-server-linux-setup-tools.md)
104+
- [Install the sqlcmd and bcp SQL Server command-line tools on Linux](sql-server-linux-setup-tools.md)

0 commit comments

Comments
 (0)