Skip to content

Commit 7be6cef

Browse files
authored
Merge pull request #23603 from dzsquared/dac-overview
mentioning verify extraction on export
2 parents 79c0d84 + 91867e2 commit 7be6cef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tools/sqlpackage/troubleshooting-issues-and-performance-with-sqlpackage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ In scenarios where the OS disk space is limited and runs out during the export,
7979

8080
During an export process the table data is compressed in the bacpac file. The use of `/p:CompressionOption` set to `Fast`, `SuperFast`, or `NotCompressed` may improve the export process speed while compressing the output bacpac file less.
8181

82-
As an alternative operation to obtain the database schema and data while skipping the schema validation, perform an [Extract](sqlpackage-extract.md) with `/p:ExtractAllTableData=True` and `/p:VerifyExtraction=True`.
82+
To obtain the database schema and data while skipping the schema validation, perform an [Export](sqlpackage-export.md) with the property `/p:VerifyExtraction=True`.
8383

8484
## Azure SQL Database
8585

0 commit comments

Comments
 (0)