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/includes/sql-linux-quickstart-connect-query.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The following steps use **sqlcmd** to locally connect to your new SQL Server ins
16
16
17
17
1. If successful, you should get to a **sqlcmd** command prompt: `1>`.
18
18
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).
20
20
21
21
## Create and query data
22
22
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
99
99
100
100
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.
101
101
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).
103
103
104
104
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)
-[SQL Server Data Tools (SSDT)](../linux/sql-server-linux-develop-use-ssdt.md)
108
109
109
110
## Next Steps
110
111
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).
112
113
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