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

Commit 96110ec

Browse files
committed
Fixing broken links
1 parent 7e5f841 commit 96110ec

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

docs/includes/sql-linux-quickstart-connect-query.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The following steps use **sqlcmd** to locally connect to your new SQL Server ins
1616
1717
1. If successful, you should get to a **sqlcmd** command prompt: `1>`.
1818

19-
1. If you get a connection failure, first attempt to diagnose the problem from the error message. Then review the [connection troubleshooting recommendations](sql-server-linux-troubleshooting-guide.md#connection).
19+
1. If you get a connection failure, first attempt to diagnose the problem from the error message. Then review the [connection troubleshooting recommendations](../linux/sql-server-linux-troubleshooting-guide.md#connection).
2020

2121
## Create and query data
2222
The following sections walk you through using **sqlcmd** and Transact-SQL to create a new database, add data, and run a simple query.
@@ -99,15 +99,16 @@ QUIT
9999

100100
It is important to note that SQL Server tools on Windows connect to SQL Server instances on Linux in the same way they would connect to any remote SQL Server instance.
101101

102-
If you have a Windows machine that can connect to your Linux machine, try the same steps in this topic from a Windows command-prompt running **sqlcmd**. Just verify that you use the target Linux machine name or IP address rather than localhost, and make sure that TCP port 1433 is open. If you have any problems connecting from Windows, see [connection troubleshooting recommendations](sql-server-linux-troubleshooting-guide.md#connection).
102+
If you have a Windows machine that can connect to your Linux machine, try the same steps in this topic from a Windows command-prompt running **sqlcmd**. Just verify that you use the target Linux machine name or IP address rather than localhost, and make sure that TCP port 1433 is open. If you have any problems connecting from Windows, see [connection troubleshooting recommendations](../linux/sql-server-linux-troubleshooting-guide.md#connection).
103103

104104
For other tools that run on Windows but connect to SQL Server on Linux, see:
105-
- [SQL Server Management Studio (SSMS)](sql-server-linux-develop-use-ssms.md)
106-
- [Windows PowerShell](sql-server-linux-manage-powershell.md)
107-
- [SQL Server Data Tools (SSDT)](sql-server-linux-develop-use-ssdt.md)
105+
106+
- [SQL Server Management Studio (SSMS)](../linux/sql-server-linux-develop-use-ssms.md)
107+
- [Windows PowerShell](../linux/sql-server-linux-manage-powershell.md)
108+
- [SQL Server Data Tools (SSDT)](../linux/sql-server-linux-develop-use-ssdt.md)
108109

109110
## Next Steps
110111

111-
If you're new to T-SQL, see [Tutorial: Writing Transact-SQL Statements](https://msdn.microsoft.com/library/ms365303.aspx) and the [Transact-SQL Reference (Database Engine)](https://msdn.microsoft.com/library/bb510741.aspx).
112+
If you're new to T-SQL, see [Tutorial: Writing Transact-SQL Statements](../t-sql/tutorial-writing-transact-sql-statements.md) and the [Transact-SQL Reference (Database Engine)](../t-sql/language-reference.md).
112113

113-
To explore other ways to connect and manage SQL Server, see [Visusal Studio Code](sql-server-linux-develop-use-vscode.md) and [SQL Server Management Studio](sql-server-linux-develop-use-ssms.md).
114+
To explore other ways to connect and manage SQL Server, see [Visusal Studio Code](../linux/sql-server-linux-develop-use-vscode.md) and [SQL Server Management Studio](../linux/sql-server-linux-develop-use-ssms.md).

0 commit comments

Comments
 (0)