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
3. If your server doesn't have a firewall rule allowing Azure Data Studio to connect, the **Create new firewall rule** form opens. Complete the form to create a new firewall rule. For details, see [Firewall rules](/azure/sql-database/sql-database-firewall-configure).
1. Paste the following snippet into the query editor and click **Run**:
77
+
2. Paste the following snippet into the query editor and click **Run**:
85
78
86
79
> [!NOTE]
87
80
> You can append this to, or overwrite the previous query in the editor. Note that clicking **Run** executes only the query that is selected. If nothing is selected, clicking **Run** executes all queries in the editor.
@@ -103,6 +96,9 @@ The query editor is still connected to the *master* database, but we want to cre
103
96
GO
104
97
```
105
98
99
+
:::image type="content" source="media/quickstart-sql-dw/create-table.png" alt-text="Create a table in the TutorialDB database":::
100
+
101
+
106
102
## Insert rows
107
103
108
104
1. Paste the following snippet into the query editor and click **Run**:
@@ -117,6 +113,8 @@ The query editor is still connected to the *master* database, but we want to cre
0 commit comments