Skip to content

Commit 716852e

Browse files
authored
Enhance SQL on-demand guide with master database tip
Added a tip about selecting the master database in Synapse Studio.
1 parent fd79671 commit 716852e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

articles/synapse-analytics/get-started-analyze-sql-on-demand.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ However, as you continue data exploration, you might want to create some utility
5151
- Database users with the permissions to access some data sources or database objects.
5252
- Utility views, procedures, and functions that you can use in the queries.
5353
54+
> [!TIP]
55+
> > In Synapse Studio, when you open a new SQL script, you can select master from the database dropdown menu in the top toolbar. This is the default system database that appears for serverless SQL pools.
56+
5457
1. Use the `master` database to create a separate database for custom database objects. Custom database objects can't be created in the `master` database.
5558

5659
```sql

0 commit comments

Comments
 (0)