Skip to content

Commit

Permalink
Merge pull request #5496 from hyoshioka0128/patch-272
Browse files Browse the repository at this point in the history
Typo "MicrosoftAzure"→"Microsoft Azure"
  • Loading branch information
American-Dipper committed Sep 28, 2020
2 parents 197a6ff + 2bc0ff4 commit f5f44b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tools/sqlpackage.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ A SqlPackage.exe Export action exports a live database from SQL Server or Azure
|**/p:**|TableData=(STRING)|Indicates the table from which data will be extracted. Specify the table name with or without the brackets surrounding the name parts in the following format: schema_name.table_identifier. This option may be specified multiple times.|
|**/p:**|TempDirectoryForTableData=(STRING)|Specifies the temporary directory used to buffer table data before being written to the package file.|
|**/p:**|TargetEngineVersion=({Default|Latest|V11|V12} 'Latest')|Specifies what the target engine version is expected to be. This affects whether to allow objects supported by Azure SQL Database servers with V12 capabilities, such as memory-optimized tables, in the generated bacpac.|
|**/p:**|VerifyFullTextDocumentTypesSupported=(BOOLEAN)|Specifies whether the supported full-text document types for MicrosoftAzure SQL Database v12 should be verified.|
|**/p:**|VerifyFullTextDocumentTypesSupported=(BOOLEAN)|Specifies whether the supported full-text document types for Microsoft Azure SQL Database v12 should be verified.|

## Import Parameters and Properties

Expand Down Expand Up @@ -658,4 +658,4 @@ A **SqlPackage.exe** script action creates a Transact-SQL incremental update scr
Commands that return the following exit codes:

- 0 = success
- non-zero = failure
- non-zero = failure

0 comments on commit f5f44b6

Please sign in to comment.