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
:::image type="content" source="media/develop-tables-external-tables/external-table.png" alt-text="Screenshot from the Azure portal of the Azure Synapse Analytics create external table experience." lightbox="media/develop-tables-external-tables/external-table.png":::
187
187
188
188
A dialog window will open. Select dedicated SQL pool or serverless SQL pool, give a name to the table and select open script:
:::image type="content" source="media/develop-tables-external-tables/external-table-dialog.png" alt-text="Screenshot from the Azure portal of the Azure Synapse Analytics of the create external table dialog.":::
191
191
192
192
The SQL Script is autogenerated inferring the schema from the file:
:::image type="content" source="media/develop-tables-external-tables/external-table-t-sql.png" alt-text="Screenshot from the Azure portal of a T-SQL script that creates an external table." lightbox="media/develop-tables-external-tables/external-table-t-sql.png":::
197
195
198
-
The external table is now created, for future exploration of the content of this external table the user can query it directly from the Data pane:
Run the script. The script will automatically run a `SELECT TOP 100 *`:
197
+
198
+
:::image type="content" source="media/develop-tables-external-tables/external-table-resultset.png" alt-text="Screenshot from the Azure portal of a T-SQL script's result set that shows the external table." lightbox="media/develop-tables-external-tables/external-table-resultset.png":::
199
+
200
+
The external table is now created. You can now query the external table directly from the Data pane.
0 commit comments