Skip to content

Commit 92f5703

Browse files
authored
Merge pull request #3813 from meet-bhagdev/patch-63
Update tutorial-sql-editor.md
2 parents 9c3891d + f63706b commit 92f5703

1 file changed

Lines changed: 3 additions & 21 deletions

File tree

docs/sql-operations-studio/tutorial-sql-editor.md

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -78,29 +78,11 @@ This tutorial requires the *TutorialDB* database. To create the *TutorialDB* dat
7878
@ID int
7979
```
8080

81-
### Use IntelliSense in [!INCLUDE[name-sos-short](../includes/name-sos-short.md)]
82-
??THIS DOES NOT WORK AND NEEDS HELP!!??
83-
1. Type in the following SELECT statement in the body of procedure.
84-
85-
> [!TIP]
86-
> Type *SELECT FROM dbo.Customers c*, and complete the rest as IntelliSense guides you.
87-
88-
```sql
89-
SELECT c.CustomerID,
90-
c.Name,
91-
c.Location,
92-
c.Email
93-
FROM dbo.Customers c
94-
WHERE c.CustomerID = @ID
95-
FOR JSON PATH
96-
```
97-
9881
![snippet-scripting](./media/tutorial-sql-editor/snippet-scripting.png)
9982

100-
7. Delete the example arguments in the EXECUTE statement. The final statement should be: ```EXECUTE dbo.getCustomer 1```.
101-
83+
6. Delete the example arguments in the EXECUTE statement. The final statement should be: ```EXECUTE dbo.getCustomer 1```.
10284

103-
1. To create the stored procedure and give it a test run, press **F5**.
85+
7. To create the stored procedure and give it a test run, press **F5**.
10486

10587
## Use Peek Definition and Go to Definition
10688

@@ -212,4 +194,4 @@ In this tutorial, you learned how to:
212194
> * Learn about database object details using Peek Definition and Go to Definition
213195
214196

215-
To learn how to build a custom insight widget, see [Build a custom insight widget]](tutorial-build-custom-insight-sql-server.md).
197+
To learn how to build a custom insight widget, see [Build a custom insight widget]](tutorial-build-custom-insight-sql-server.md).

0 commit comments

Comments
 (0)