Skip to content

Commit 181419a

Browse files
authored
Update known-issues-azure-sql-migration-azure-data-studio.md
Added one point to DatabaseSizeMoreThanMax message making clear point about not engouh space for target database
1 parent fa011c3 commit 181419a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/dms/known-issues-azure-sql-migration-azure-data-studio.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,11 @@ WHERE STEP in (3,4,6);
225225

226226
- **Recommendation**: Make sure the target database schema was created before starting the migration. For more information on how to deploy the target database schema, see [SQL Database Projects extension](/sql/azure-data-studio/extensions/sql-database-project-extension)
227227

228+
- **Message**: DatabaseSizeMoreThanMax: The source database size '<Source Database Size>' exceeds the maximum allowed size of the target database '<Target Database Size>'.' Check if the target database has enough space.
229+
230+
- **Cause**: Target database has no enough space.
231+
232+
- **Recommendation**: Make sure the target database schema was created before starting the migration. For more information on how to deploy the target database schema, see [SQL Database Projects extension](/sql/azure-data-studio/extensions/sql-database-project-extension)
228233

229234
- **Message**: NoTablesFound: `Some of the source tables don't exist in the target database. Missing tables: <TableList>`.
230235

@@ -269,4 +274,4 @@ Migrating to SQL Server on Azure VMs by using the Azure SQL extension for Azure
269274

270275
- For an overview and installation of the Azure SQL migration extension, see [Azure SQL migration extension for Azure Data Studio](/sql/azure-data-studio/extensions/azure-sql-migration-extension)
271276
- For more information on known limitations with Log Replay Service, see [Migrate databases from SQL Server to SQL Managed Instance by using Log Replay Service (Preview)](/azure/azure-sql/managed-instance/log-replay-service-migrate#limitations)
272-
- For more information on SQL Server on Virtual machine resource limits, see [Checklist: Best practices for SQL Server on Azure VMs](/azure/azure-sql/virtual-machines/windows/performance-guidelines-best-practices-checklist)
277+
- For more information on SQL Server on Virtual machine resource limits, see [Checklist: Best practices for SQL Server on Azure VMs](/azure/azure-sql/virtual-machines/windows/performance-guidelines-best-practices-checklist)

0 commit comments

Comments
 (0)