Skip to content

Commit 9d2e634

Browse files
committed
Addressing comments.
1 parent 2700a17 commit 9d2e634

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@ Known issues and limitations associated with the Azure SQL Migration extension f
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

103-
- **Cause**: The self-hosted Integration Runtime can't connect to the network file share where the database backups are placed.
103+
- **Cause**: The Self-Hosted Integration Runtime can't connect to the network file share where the database backups are placed.
104104

105105
- **Recommendation**: Make sure your network file share name is entered correctly.
106106

107107
- **Message**: `Failed to test connections using provided Integration Runtime. The file name does not conform to the naming rules by the data store. Illegal characters in path.`
108108

109-
- **Cause**: The self-hosted Integration Runtime can't connect to the network file share where the database backups are placed.
109+
- **Cause**: The Self-Hosted Integration Runtime can't connect to the network file share where the database backups are placed.
110110

111111
- **Recommendation**: Make sure your network file share name is entered correctly.
112112

@@ -213,7 +213,7 @@ The Azure SQL Database offline migration (Preview) utilizes Azure Data Factory (
213213
- Azure SQL Database table names with double byte characters currently aren't supported for migration. Mitigation is to rename tables before migration; they can be changed back to their original names after successful migration.
214214
- Tables with large blob columns may fail to migrate due to timeout.
215215
- Database names with SQL Server reserved words aren't valid.
216-
- Database names with DBCS characters are currently not supported.
216+
- Database names with double-byte character set (DBCS) are currently not supported.
217217
- Table names that include semicolons are currently not supported.
218218
- Computed columns do not get migrated.
219219

0 commit comments

Comments
 (0)