You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sql-operations-studio/tutorial-sql-editor.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ This tutorial requires the SQL Server or Azure SQL Database *TutorialDB*. To cre
39
39
40
40
[!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.
41
41
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**.
43
43
44
44
1. Open the *TutorialDB Dashboard* by selecting **Manage** from the context menu.
45
45
@@ -58,7 +58,7 @@ This tutorial requires the SQL Server or Azure SQL Database *TutorialDB*. To cre
58
58
59
59
### Use snippets in [!INCLUDE[name-sos-short](../includes/name-sos-short.md)]
60
60
61
-
1. Open a new query editor by pressing **CTRL + N**.
61
+
1. Open a new query editor by pressing **Ctrl+N**.
62
62
63
63
2. Type **sql** in the editor, arrow down to **sqlCreateStoredProcedure**, and press the *Tab* key to load the new stored procedure snippet.
64
64
@@ -105,7 +105,7 @@ This tutorial requires the SQL Server or Azure SQL Database *TutorialDB*. To cre
105
105
106
106
## Use Peek Definition and Go to Definition
107
107
108
-
1. Open a new editor by pressing **CTRL + N**.
108
+
1. Open a new editor by pressing **Ctrl+N**.
109
109
110
110
2. Type and select **sqlCreateStoredProcedure** from the snippet suggestion list. Type in **setCustomer** for **StoredProcedureName** and **dbo** for **SchemaName**
0 commit comments