Skip to content

Commit 5cebd2e

Browse files
author
Carlos Robles
committed
Fixing typos
1 parent a569774 commit 5cebd2e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Known issues and troubleshooting steps associated with the Azure SQL Migration e
3636

3737
- **Cause**: The source SQL Server instance certificate from a database protected by Transparent Data Encryption (TDE) hasn't been migrated to the target Azure SQL Managed Instance or SQL Server on Azure Virtual Machine before migrating data.
3838

39-
- **Recommendation**: Migrate the TDE certificate to the target instance and retry the process. For more information about this topic, see [Migrate a certificate of a TDE-protected database to Azure SQL Managed Instance](/azure/azure-sql/managed-instance/tde-certificate-migrate) and [Move a TDE Protected Database to Another SQL Server](/sql/relational-databases/security/encryption/move-a-tde-protected-database-to-another-sql-server).
39+
- **Recommendation**: Migrate the TDE certificate to the target instance and retry the process. For more information about this article, see [Migrate a certificate of a TDE-protected database to Azure SQL Managed Instance](/azure/azure-sql/managed-instance/tde-certificate-migrate) and [Move a TDE Protected Database to Another SQL Server](/sql/relational-databases/security/encryption/move-a-tde-protected-database-to-another-sql-server).
4040

4141

4242
- **Message**: `Migration for Database <DatabaseName> failed with error 'Non retriable error occurred while restoring backup with index 1 - 3169 The database was backed up on a server running version %ls. That version is incompatible with this server, which is running version %ls. Either restore the database on a server that supports the backup, or use a backup that is compatible with this server.`
@@ -50,7 +50,7 @@ Known issues and troubleshooting steps associated with the Azure SQL Migration e
5050

5151
- **Cause**: The Azure SQL Managed Instance has reached its resource limits.
5252

53-
- **Recommendation**: For more information about this topic, see [Overview of Azure SQL Managed Instance resource limits](/azure/azure-sql/managed-instance/resource-limits).
53+
- **Recommendation**: For more information about storage limits, see [Overview of Azure SQL Managed Instance resource limits](/azure/azure-sql/managed-instance/resource-limits).
5454

5555

5656
- **Message**: `Migration for Database <DatabaseName> failed with error 'Non retriable error occurred while restoring backup with index 1 - 3634 The operating system returned the error '1450(Insufficient system resources exist to complete the requested service.)`
@@ -84,7 +84,7 @@ Known issues and troubleshooting steps associated with the Azure SQL Migration e
8484

8585
- **Cause**: Backups of multiple databases are in the same container folder.
8686

87-
- **Recommendation**: If migrating multiple databases to **Azure SQL Managed Instance** using the same Azure Blob Storage container, you must place backup files for different databases in separate folders inside the container. For more information about this topic, 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).
87+
- **Recommendation**: If migrating multiple databases to **Azure SQL Managed Instance** using the same Azure Blob Storage container, you must place backup files for different databases in separate folders inside the container. For more information about LRS, 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).
8888

8989

9090
> [!NOTE]
@@ -96,7 +96,7 @@ Known issues and troubleshooting steps associated with the Azure SQL Migration e
9696

9797
- **Cause**: The Self-Hosted Integration Runtime can't connect to the service back end. This issue is caused by network settings in the firewall.
9898

99-
- **Recommendation**: There's a Domain Name System (DNS) issue. Contact your network team to fix the issue. For more information about this topic, see [Troubleshoot Self-Hosted Integration Runtime](../data-factory/self-hosted-integration-runtime-troubleshoot-guide.md).
99+
- **Recommendation**: There's a Domain Name System (DNS) issue. Contact your network team to fix the issue. For more information, see [Troubleshoot Self-Hosted Integration Runtime](../data-factory/self-hosted-integration-runtime-troubleshoot-guide.md).
100100

101101
- **Message**: `Failed to test connections using provided Integration Runtime. 'Cannot connect to <File share>. Detail Message: The system could not find the environment option that was entered`
102102

@@ -214,12 +214,12 @@ WHERE STEP in (3,4,6);
214214

215215
- **Message**: CollationMismatch: `Source database collation <CollationOptionSource> is not the same as the target database <CollationOptionTarget>. Source database: <SourceDatabaseName> Target database: <TargetDatabaseName>.`
216216

217-
- **Cause**: The source database collation is not the same as the target database's collation.
217+
- **Cause**: The source database collation isn't the same as the target database's collation.
218218

219-
- **Recommendation**: Make sure to change the target Azure SQL Database collation is the same as the source SQL Server database. Azure SQL Database uses `SQL_Latin1_General_CP1_CI_AS` collation by default, in case your source SQL Server database uses a different collation you might need to re-create the target database. For more information, see [Collation and Unicode support](/sql/relational-databases/collations/collation-and-unicode-support)
219+
- **Recommendation**: Make sure to change the target Azure SQL Database collation to the same as the source SQL Server database. Azure SQL Database uses `SQL_Latin1_General_CP1_CI_AS` collation by default, in case your source SQL Server database uses a different collation you might need to re-create or select a different target database whose collation matches. For more information, see [Collation and Unicode support](/sql/relational-databases/collations/collation-and-unicode-support)
220220

221221

222-
- **Message**: DatabaseSizeMoreThanMax: No tables were found in the target Azure SQL Database. Please check if schema migration was completed beforehand.
222+
- **Message**: DatabaseSizeMoreThanMax: No tables were found in the target Azure SQL Database. Check if schema migration was completed beforehand.
223223

224224
- **Cause**: The selected tables for the migration don't exist in the target Azure SQL Database.
225225

@@ -230,12 +230,12 @@ WHERE STEP in (3,4,6);
230230

231231
- **Cause**: The selected tables for the migration don't exist in the target Azure SQL Database.
232232

233-
- **Recommendation**: Check if the selected tables exist in the target Azure SQL Database. If this migration is called from a Powershell script, check if the table list parameter includes the correct table names and is passed into the migration.
233+
- **Recommendation**: Check if the selected tables exist in the target Azure SQL Database. If this migration is called from a PowerShell script, check if the table list parameter includes the correct table names and is passed into the migration.
234234

235235

236236
- **Message**: SqlVersionOutOfRange: `Source instance version is lower than 2008, which is not supported to migrate. Source instance: <InstanceName>`.
237237

238-
- **Cause**: Azure Database Migration Service does not support migrating from SQL Server instances lower than 2008.
238+
- **Cause**: Azure Database Migration Service doesn't support migrating from SQL Server instances lower than 2008.
239239

240240
- **Recommendation**: Upgrade your source SQL Server instance to a newer version of SQL Server. For more information, see [Upgrade SQL Server](/sql/database-engine/install-windows/upgrade-sql-server)
241241

@@ -244,7 +244,7 @@ WHERE STEP in (3,4,6);
244244

245245
- **Cause**: The selected tables for the migration don't exist in the target Azure SQL Database.
246246

247-
- **Recommendation**: Check if the selected tables exist in the target Azure SQL Database. If this migration is called from a Powershell script, check if the table list parameter includes the correct table names and is passed into the migration.
247+
- **Recommendation**: Check if the selected tables exist in the target Azure SQL Database. If this migration is called from a PowerShell script, check if the table list parameter includes the correct table names and is passed into the migration.
248248

249249

250250
## Azure SQL Database limitations

0 commit comments

Comments
 (0)