Create External On Stage
Should the Staging process DROP and CREATE EXTERNAL TABLE before running the Staging Stored Procedure.
For Data Factory solutions this applies when the source has a Landing connection and the target is SQL Server, Azure SQL Database, or Azure Synapse: the process pipeline adds an activity that recreates the external table over the staged files before the staging stored procedure runs.
When to Change This Setting
Enable this for external-table (PolyBase) staging patterns where the external table definition must be refreshed to match the staged files on every load.
Related Settings
| Setting | Interaction |
|---|---|
| External File Format | The WITH clause used for generated external table definitions |
| Create Dummy File | Ensures the external table location always contains a file |
| Stage On Extract | Controls whether the stage process runs as part of the extract |
Notes
- This setting is part of the Azure settings category.
- The default value for this setting is
N.