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

Commit 5dcf2cb

Browse files
committed
update index files and remove old file
1 parent 125a24e commit 5dcf2cb

7 files changed

Lines changed: 27 additions & 233 deletions

docs/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ conceptualContent:
6363
url: azure-data-studio/quickstart-sql-server.md
6464
itemType: quickstart
6565
- text: Connect & query (SSMS)
66-
url: ssms/tutorials/connect-query-sql-server.md
66+
url: ssms/quickstarts/ssms-connect-query-sql-server.md
6767
itemType: quickstart
6868
- text: Writing Transact-SQL
6969
url: t-sql/tutorial-writing-transact-sql-statements.md

docs/sql-server/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ landingContent:
2828
- text: SQL Server on a Windows VM
2929
url: /azure/virtual-machines/windows/sql/virtual-machines-windows-sql-server-iaas-overview
3030
- text: SQL Server on a Linux VM
31-
url: ../linux/quickstart-install-connect-clouds.md
31+
url: ../linux/quickstart-install-onnect-query-sql-server-clouds.md
3232
- text: Azure Database Migration Service
3333
url: /azure/dms/dms-overview
3434

@@ -65,7 +65,7 @@ landingContent:
6565
- linkListType: quickstart
6666
links:
6767
- text: Connect & query (SSMS)
68-
url: ../ssms/tutorials/connect-query-sql-server.md
68+
url: ../ssms/quickstarts/ssms-connect-query-sql-server.md
6969
- text: Connect & query (Azure Data Studio)
7070
url: ../azure-data-studio/quickstart-sql-server.md
7171
- linkListType: download

docs/ssms/quickstarts/connect-query-sql-server.md

Lines changed: 0 additions & 208 deletions
This file was deleted.

docs/ssms/quickstarts/ssms-connect-query-azure-sql.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.date: 12/15/2020
1515

1616
[!INCLUDE [asdb](../../includes/applies-to-version/asdb.md)]
1717

18-
Get started with SQL Server by using SQL Server Management Studio (SSMS) to connect to an Azure SQL database.
18+
Get started using SQL Server Management Studio (SSMS) to connect to your Azure SQL Database and run some Transact-SQL (T-SQL) commands.
1919

2020
The article demonstrates how to follow the below steps:
2121

@@ -54,9 +54,11 @@ The article demonstrates how to follow the below steps:
5454

5555
:::image type="content" source="media/ssms-connect-query-azure-sql/connect-to-azure-sql-object-explorer.png" alt-text="Server name field for Azure SQL":::
5656

57+
3. After you've completed all the fields, select **Connect**.
58+
5759
You can also modify additional connection options by selecting **Options**. Examples of connection options are the database you're connecting to, the connection timeout value, and the network protocol. This article uses the default values for all the options.
5860

59-
3. After selecting **Connect** when you first try to connect to your database with SSMS, a prompt appears to configure the firewall. Once you sign in, fill in your Azure account login information and continue to set the firewall rule. Then select **OK**. This prompt is a one time action. Once you configure the firewall, either with SSMS or in the Azure portal, before connecting with SSMS, the firewall prompt doesn't appear.
61+
If you haven't set up your firewall settings, a prompt appears to configure the firewall. Once you sign in, fill in your Azure account login information and continue to set the firewall rule. Then select **OK**. This prompt is a one time action. Once you configure the firewall, the firewall prompt shouldn't appear appear.
6062

6163
:::image type="content" source="media/ssms-connect-query-azure-sql/azure-sql-firewall-sign-in-3.png" alt-text="Azure SQL New Firewall Rule":::
6264

@@ -66,7 +68,7 @@ The article demonstrates how to follow the below steps:
6668

6769
## Troubleshoot connectivity issues
6870

69-
You can encounter connection problems caused by reconfiguration, firewall settings, a connection timeout, incorrect login information, or failure to apply best practices and design guidelines during the application design process. For more information on how to troubleshoot connection problems, visit [Troubleshooting connectivity issues](https://docs.microsoft.com/azure/azure-sql/database/troubleshoot-common-errors-issues).
71+
You can experience connection problems with Azure Synapse Analytics. For more information on troubleshooting connection problems, visit [Troubleshooting connectivity issues](https://docs.microsoft.com/azure/azure-sql/database/troubleshoot-common-errors-issues).
7072

7173
You can prevent, troubleshoot, diagnose, and mitigate connection and transient errors that you encounter when interacting with Azure SQL Database or Azure SQL Managed Instance. For more information, visit [Troubleshoot transient connection errors](https://docs.microsoft.com/azure/azure-sql/database/troubleshoot-common-connectivity-issues).
7274

@@ -188,7 +190,7 @@ You can also use [Azure Data Studio](../../azure-data-studio/download-azure-data
188190

189191
## Next steps
190192

191-
The best way to get acquainted with SSMS is through hands-on practice. These articles help you with various features available within SSMS. These articles teach you how to manage the components of SSMS and how to find the features that you use regularly.
193+
The best way to get acquainted with SSMS is through hands-on practice. These articles help you with various features available within SSMS.
192194

193195
- [SQL Server Management Studio (SSMS) Query Editor](../f1-help/database-engine-query-editor-sql-server-management-studio.md)
194196
- [Scripting](../tutorials/scripting-ssms.md)

0 commit comments

Comments
 (0)