Skip to content

Commit ccd391d

Browse files
authored
Merge pull request #178913 from MikeRayMSFT/20211105-log-replay
Remove unexpected characters.
2 parents 1a2320d + f0df467 commit ccd391d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-sql/managed-instance/log-replay-service-migrate.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -410,9 +410,9 @@ Functional limitations of LRS are:
410410
After you start LRS, use the monitoring cmdlet (`get-azsqlinstancedatabaselogreplay` or `az_sql_midb_log_replay_show`) to see the status of the operation. If LRS fails to start after some time and you get an error, check for the most common issues:
411411

412412
- Does an existing database on SQL Managed Instance have the same name as the one you're trying to migrate from SQL Server? Resolve this conflict by renaming one of databases.
413-
- Was the database backup on SQL Server made via the `CHECKSUM` option?
414-
- Are the permissions on the SAS token only read and list for LRS?
415-
- Did you copy the SAS token for LRS after the question mark (`?`), with content starting like this: `sv=2020-02-10...`? 
413+
- Was the database backup on SQL Server made via the `CHECKSUM` option?
414+
- Are the permissions on the SAS token only read and list for LRS?
415+
- Did you copy the SAS token for LRS after the question mark (`?`), with content starting like this: `sv=2020-02-10...`
416416
- Is the SAS token validity time applicable for the time window of starting and completing the migration? There might be mismatches due to the different time zones used for SQL Managed Instance and the SAS token. Try regenerating the SAS token and extending the token validity of the time window before and after the current date.
417417
- Are the database name, resource group name, and managed instance name spelled correctly?
418418
- If you started LRS in autocomplete mode, was a valid filename for the last backup file specified?

0 commit comments

Comments
 (0)