Skip to content

Commit df55b3f

Browse files
author
stevestein
committed
edit
1 parent 39f53ce commit df55b3f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This tutorial requires the SQL Server or Azure SQL Database *TutorialDB*. To cre
3939

4040
[!INCLUDE[name-sos-short](../includes/name-sos-short.md)] provides a search widget to quickly find database objects. The results list provides a context menu for common tasks relevant to the selected object, such as *Edit Data* for a table.
4141

42-
1. Open the SERVERS sidebar (**CTRL+G**), expand **Databases**, and select **TutorialDB**.
42+
1. Open the SERVERS sidebar (**Ctrl+G**), expand **Databases**, and select **TutorialDB**.
4343

4444
1. Open the *TutorialDB Dashboard* by selecting **Manage** from the context menu.
4545

@@ -58,7 +58,7 @@ This tutorial requires the SQL Server or Azure SQL Database *TutorialDB*. To cre
5858

5959
### Use snippets in [!INCLUDE[name-sos-short](../includes/name-sos-short.md)]
6060

61-
1. Open a new query editor by pressing **CTRL + N**.
61+
1. Open a new query editor by pressing **Ctrl+N**.
6262

6363
2. Type **sql** in the editor, arrow down to **sqlCreateStoredProcedure**, and press the *Tab* key to load the new stored procedure snippet.
6464

@@ -105,7 +105,7 @@ This tutorial requires the SQL Server or Azure SQL Database *TutorialDB*. To cre
105105

106106
## Use Peek Definition and Go to Definition
107107

108-
1. Open a new editor by pressing **CTRL + N**.
108+
1. Open a new editor by pressing **Ctrl+N**.
109109

110110
2. Type and select **sqlCreateStoredProcedure** from the snippet suggestion list. Type in **setCustomer** for **StoredProcedureName** and **dbo** for **SchemaName**
111111

0 commit comments

Comments
 (0)