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: articles/sql-database/sql-database-import.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,8 @@ az sql db import --resource-group "<resourceGroup>" --server "<server>" --name "
138
138
139
139
## Limitations
140
140
141
-
Importing to a database in elastic pool isn't supported. You can import data into a single database and then move the database to an elastic pool.
141
+
- Importing to a database in elastic pool isn't supported. You can import data into a single database and then move the database to an elastic pool.
142
+
- Import Export Service does not work when Allow access to Azure services is set to OFF. However you can work around the problem by manually running sqlpackage.exe from an Azure VM or performing the export directly in your code by using the DACFx API.
0 commit comments