Skip to content

Commit c8c0160

Browse files
committed
https://github.com/MicrosoftDocs/sql-docs/issues/6887
1 parent 1e7dd35 commit c8c0160

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

docs/tools/sqlpackage/sqlpackage-export.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.assetid: 198198e2-7cf4-4a21-bda4-51b36cb4284b
99
author: "dzsquared"
1010
ms.author: "drskwier"
1111
ms.reviewer: "maghan"
12-
ms.date: 7/2/2021
12+
ms.date: 11/4/2021
1313
---
1414

1515
# SqlPackage Export parameters and properties
@@ -52,6 +52,7 @@ SqlPackage {parameters}{properties}{SQLCMD Variables}
5252
|Property|Value|Description|
5353
|---|---|---|
5454
|**/p:**|CommandTimeout=(INT32 '60')|Specifies the command timeout in seconds when executing queries against SQL Server.|
55+
|**/p:**|CompressionOption=({Normal|Maximum|Fast|SuperFast|NotCompressed} 'Normal')|Specifies the type of compression.|
5556
|**/p:**|DatabaseLockTimeout=(INT32 '60')| Specifies the database lock timeout in seconds when executing queries against SQLServer. Use -1 to wait indefinitely.|
5657
|**/p:**|LongRunningCommandTimeout=(INT32)| Specifies the long running command timeout in seconds when executing queries against SQL Server. Use 0 to wait indefinitely.|
5758
|**/p:**|Storage=({File|Memory} 'File')|Specifies the type of backing storage for the schema model used during extraction.|

docs/tools/sqlpackage/sqlpackage-extract.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.assetid: 198198e2-7cf4-4a21-bda4-51b36cb4284b
99
author: "dzsquared"
1010
ms.author: "drskwier"
1111
ms.reviewer: "maghan"
12-
ms.date: 7/2/2021
12+
ms.date: 11/4/2021
1313
---
1414

1515
# SqlPackage Extract parameters and properties
@@ -59,6 +59,7 @@ SqlPackage {parameters}{properties}{SQLCMD Variables}
5959
|**/p:**|AzureStorageKey=(STRING)|Azure storage account key, see [SqlPackage for Azure Synapse Analytics](sqlpackage-for-azure-synapse-analytics.md#extract).|
6060
|**/p:**|AzureStorageRootPath=(STRING)|Storage root path within the container. Without this property, the path defaults to `servername/databasename/timestamp/`. See [SqlPackage for Azure Synapse Analytics](sqlpackage-for-azure-synapse-analytics.md#extract).|
6161
|**/p:**|CommandTimeout=(INT32 '60')|Specifies the command timeout in seconds when executing queries against SQL Server.|
62+
|**/p:**|CompressionOption=({Normal|Maximum|Fast|SuperFast|NotCompressed} 'Normal')|Specifies the type of compression.|
6263
|**/p:**|DacApplicationDescription=(STRING)|Defines the Application description to be stored in the DACPAC metadata.|
6364
|**/p:**|DacApplicationName=(STRING)|Defined the Application name to be stored in the DACPAC metadata. The default value is the database name.|
6465
|**/p:**|DacMajorVersion=(INT32 '1')|Defines the major version to be stored in the DACPAC metadata.|

docs/tools/sqlpackage/sqlpackage.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.assetid: 198198e2-7cf4-4a21-bda4-51b36cb4284b
99
author: "dzsquared"
1010
ms.author: "drskwier"
1111
ms.reviewer: "maghan"
12-
ms.date: 7/2/2021
12+
ms.date: 11/4/2021
1313
---
1414

1515
# SqlPackage.exe
@@ -158,6 +158,7 @@ Some properties are shared between the SqlPackage actions. Below is a table sum
158158
|CommandTimeout=(INT32 '60')| x | x | x | x | x | x |
159159
|CommentOutSetVarDeclarations=(BOOLEAN)| | x | | | x | x |
160160
|CompareUsingTargetCollation=(BOOLEAN)| | x | | | x | x |
161+
|CompressionOption=(ENUM 'Normal')| x | | x | | | | |
161162
|CreateNewDatabase=(BOOLEAN)| | x | | | x | x |
162163
|DacApplicationDescription=(STRING)| x | | | | | |
163164
|DacApplicationName=(STRING)| x | | | | | |

0 commit comments

Comments
 (0)