We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9bfd12 commit 824b42eCopy full SHA for 824b42e
1 file changed
docs/sql-operations-studio/tutorial-sql-editor.md
@@ -97,10 +97,10 @@ This tutorial requires the *TutorialDB* database. To create the *TutorialDB* dat
97
WHERE c.CustomerID = @ID
98
FOR JSON PATH
99
100
-GO
101
--- example to execute the stored procedure we just created
102
-EXECUTE dbo.getCustomer 1
103
+ GO
+ -- example to execute the stored procedure we just created
+ EXECUTE dbo.getCustomer 1
104
```
105
106
5. To create the stored procedure and give it a test run, press **F5**.
0 commit comments