Skip to content

Commit e558633

Browse files
committed
Fixed virtual database
1 parent ed8b677 commit e558633

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/synapse-analytics/get-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,8 @@ ORDER BY
442442
After running this query, your output should look like this;
443443
![Aggregation query with joins](./media/get-started-synapse-analytics/sql-joins-agg-output.png)
444444

445-
As you can see, multiple Parquet files can be joined almost as if they were actual SQL views. If you find the **OPENROWSET** syntax a little harder to user to use than regular SQL views, you can solve this by creating a virtual SQL database with SQL views.
446-
## Create a virtual SQL database.
445+
As you can see, multiple Parquet files can be joined almost as if they were actual SQL views. If you find the **OPENROWSET** syntax a little harder to user to use than regular SQL views, you can solve this by creating a SQL database that contains SQL views.
446+
## Create a database with SQL on-demand.
447447

448448
On the **Develop** hub click the **+** to add a new SQL **script**.
449449
![Create new SQL script](./media/get-started-synapse-analytics/sql-new-script.png)
@@ -537,7 +537,7 @@ On the **Develop** hub, expand your linked workspace under **Power BI** and clic
537537

538538
![View Power BI datasets](./media/get-started-synapse-analytics/pbi-view-datasets.png)
539539

540-
Any existing datasets from you linked Power BI workspace will be displayed here. You can create new reports in Synapse Studio using these Power BI datasets. Let’s create a new Power BI dataset for the virtual database which we created in the last section. Click **+ New Power BI dataset**.
540+
Any existing datasets from you linked Power BI workspace will be displayed here. You can create new reports in Synapse Studio using these Power BI datasets. Let’s create a new Power BI dataset for the database which we created in the last section. Click **+ New Power BI dataset**.
541541

542542
![New Power BI datasets](./media/get-started-synapse-analytics/pbi-new-dataset.png)
543543

0 commit comments

Comments
 (0)