File tree Expand file tree Collapse file tree
docs/sql-operations-studio Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ) .
You can’t perform that action at this time.
0 commit comments