You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-sql/database/database-import.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Create a new database in Azure SQL Database or Azure SQL Managed In
4
4
author: WilliamDAssafMSFT
5
5
ms.author: wiassaf
6
6
ms.reviewer: jeschult, mathoma
7
-
ms.date: 08/25/2023
7
+
ms.date: 10/05/2023
8
8
ms.service: sql-db-mi
9
9
ms.subservice: backup-restore
10
10
ms.topic: quickstart
@@ -124,6 +124,9 @@ while ($importStatus.Status -eq "InProgress") {
124
124
$importStatus
125
125
```
126
126
127
+
> [!TIP]
128
+
> For another script example, see [Import a database from a BACPAC file](scripts/import-from-bacpac-powershell.md).
129
+
127
130
# [Azure CLI](#tab/azure-cli)
128
131
129
132
Use the [az-sql-db-import](/cli/azure/sql/db#az-sql-db-import) command to submit an import database request to Azure. Depending on database size, the import may take some time to complete. The DTU based provisioning model supports select database max size values for each tier. When importing a database [use one of these supported values](/sql/t-sql/statements/create-database-transact-sql).
@@ -138,8 +141,7 @@ az sql db import --resource-group "<resourceGroup>" --server "<server>" --name "
138
141
-u "<userId>" -p "<password>"
139
142
```
140
143
141
-
> [!TIP]
142
-
> For another script example, see [Import a database from a BACPAC file](scripts/import-from-bacpac-powershell.md).
144
+
---
143
145
144
146
## Cancel the import request
145
147
@@ -177,7 +179,7 @@ You can also use these wizards.
177
179
-[Import Data-tier Application Wizard in SQL Server Management Studio](/sql/relational-databases/data-tier-applications/import-a-bacpac-file-to-create-a-new-user-database#using-the-import-data-tier-application-wizard).
178
180
-[SQL Server Import and Export Wizard](/sql/integration-services/import-export-data/start-the-sql-server-import-and-export-wizard).
179
181
180
-
## Next steps
182
+
## Related content
181
183
182
184
- To learn how to connect to and query Azure SQL Database from Azure Data Studio, see [Quickstart: Use Azure Data Studio to connect and query Azure SQL Database](/sql/azure-data-studio/quickstart-sql-database).
183
185
- To learn how to connect to and query a database in Azure SQL Database, see [Quickstart: Azure SQL Database: Use SQL Server Management Studio to connect to and query data](connect-query-ssms.md).
0 commit comments