Skip to content

Commit a8fb853

Browse files
Merge pull request #263613 from abhims14/patch-4
Update known-issues-azure-sql-migration-azure-data-studio.md
2 parents d6f56fd + 6291eaf commit a8fb853

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,15 @@ This article provides a list of known issues and troubleshooting steps associate
223223

224224
- **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)
225225

226+
- **Message**: `TableColumnCollationMismatch: Table <Tablename> with column <columnname> has collation <collationoptionsource> on source but has collation <collationoptiontarget> on target table.`
227+
228+
- **Cause**: The source database table column's collation isn't the same as the target database table column's collation.
229+
230+
- **Recommendation**:
231+
1) Make sure to migrate the Schema to target Azure SQL Database using Database Migration Service. Refer [blog](https://techcommunity.microsoft.com/t5/microsoft-data-migration-blog/public-preview-schema-migration-for-target-azure-sql-db/ba-p/3990463).
232+
2) Follow this [article](https://learn.microsoft.com/sql/relational-databases/collations/set-or-change-the-column-collation?) to manually change collation.
233+
For more information, see [Collation and Unicode support](/sql/relational-databases/collations/collation-and-unicode-support)
234+
226235
- **Message**: `DatabaseSizeMoreThanMax: No tables were found in the target Azure SQL Database. Check if schema migration was completed beforehand.`
227236

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

0 commit comments

Comments
 (0)