Skip to content

Commit 5b356f2

Browse files
authored
Merge pull request #115381 from Kat-Campise/sql_image_edits1
smss image edits
2 parents 364f992 + f143395 commit 5b356f2

File tree

12 files changed

+3
-3
lines changed

12 files changed

+3
-3
lines changed
67.9 KB
Loading
38.8 KB
Loading
84.4 KB
Loading
83 KB
Loading
11.5 KB
Loading

articles/synapse-analytics/sql/get-started-visual-studio.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ To use this tutorial, you need to have the following components:
3131

3232
* 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.
3333
* 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).
3535

3636
## 1. Connect to SQL pool
3737
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**.
3939

4040
![SQL Server Object Explorer](./media/get-started-visual-studio/open-ssdt.png)
4141
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
6565
```sql
6666
SELECT COUNT(*) FROM dbo.FactInternetSales;
6767
```
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`.
6969

7070
![Run query](./media/get-started-visual-studio/run-query.png)
7171
5. Look at the query results. In this example, the FactInternetSales table has 60398 rows.
-4.03 KB
Loading
-18.5 KB
Loading
33.9 KB
Loading
61.4 KB
Loading

0 commit comments

Comments
 (0)