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: articles/synapse-analytics/sql/get-started-visual-studio.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,11 @@ To use this tutorial, you need to have the following components:
31
31
32
32
* An existing SQL pool. If you do not have one, see [Create a SQL pool](../sql-data-warehouse/create-data-warehouse-portal.md?toc=/azure/synapse-analytics/toc.json&bc=/azure/synapse-analytics/breadcrumb/toc.json) to complete this prerequisite.
33
33
* SSDT for Visual Studio. If you have Visual Studio, you probably already have this component. For installation instructions and options, see [Installing Visual Studio and SSDT](../sql-data-warehouse/sql-data-warehouse-install-visual-studio.md?toc=/azure/synapse-analytics/toc.json&bc=/azure/synapse-analytics/breadcrumb/toc.json).
34
-
* The fully qualified SQL server name. To find this, see [Connect to SQL pool](connect-overview.md).
34
+
* The fully qualified SQL server name. To find this server name, see [Connect to SQL pool](connect-overview.md).
35
35
36
36
## 1. Connect to SQL pool
37
37
1. Open Visual Studio 2019.
38
-
2. Open the SQL Server Object Explorer. To do this, select**View** > **SQL Server Object Explorer**.
38
+
2. Open the SQL Server Object Explorer by selecting**View** > **SQL Server Object Explorer**.
39
39
40
40

41
41
3. Click the **Add SQL Server** icon.
@@ -65,7 +65,7 @@ Now that a connection has been established to your database, you'll write a quer
65
65
```sql
66
66
SELECTCOUNT(*) FROMdbo.FactInternetSales;
67
67
```
68
-
4. Run the query. To do this, click the green arrow or use the following shortcut: `CTRL`+`SHIFT`+`E`.
68
+
4. Run the query by clicking the green arrow or use the following shortcut: `CTRL`+`SHIFT`+`E`.
0 commit comments