Skip to content

Commit 12f6390

Browse files
committed
https://github.com/MicrosoftDocs/sql-docs/issues/8394
1 parent 59f1b50 commit 12f6390

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

docs/tools/sqlpackage/sqlpackage-export.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ The SqlPackage.exe Export action exports a connected database to a BACPAC file (
2222
SqlPackage /Action:Export {parameters} {properties}
2323
```
2424

25+
> [!NOTE]
26+
> SqlPackage export performs best for databases under 200GB. For larger databases, you may want to optimize the operation using properties available in this article and tips in [Troubleshooting with SqlPackage](./troubleshooting-issues-and-performance-with-sqlpackage.md).
27+
2528
### Examples
2629

2730
```bash

docs/tools/sqlpackage/sqlpackage-import.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ ms.date: 9/29/2022
1414
# SqlPackage Import parameters and properties
1515
The SqlPackage.exe Import action imports the schema and table data from a BACPAC file (.bacpac) into a new or empty database in SQL Server or Azure SQL Database. At the time of the import operation to an existing database the target database cannot contain any user-defined schema objects. Alternatively, a new database can be created by the import action when the authenticated user has [create database permissions](../../t-sql/statements/create-database-transact-sql.md#permissions).
1616

17+
18+
> [!NOTE]
19+
> SqlPackage import performs best for databases under 200GB. For larger databases, you may want to optimize the operation using properties available in this article and tips in [Troubleshooting with SqlPackage](./troubleshooting-issues-and-performance-with-sqlpackage.md).
20+
1721
## Command-line syntax
1822

1923
**SqlPackage.exe** initiates the actions specified using the parameters, properties, and SQLCMD variables specified on the command line.

0 commit comments

Comments
 (0)