Skip to content

Commit e7d0dd1

Browse files
authored
Changing message formatting to back quote
1 parent 181d38f commit e7d0dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ 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.
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.`
229229

230230
- **Cause**: The target database doesn't have enough space.
231231

0 commit comments

Comments
 (0)