Skip to content

Commit b82ef3a

Browse files
authored
trying to fix spacing
1 parent 09fd4aa commit b82ef3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-sql/managed-instance/frequently-asked-questions-faq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ sections:
129129
* If multiple databases are dropped and created again with the same name in short succession.
130130
When a database is dropped, the remaining tail-end of the transaction log is backed up synchronously before the drop operation finishes, as the image shows:
131131
132-
![Tail log backup](./media/frequently-asked-questions-faq/tail-log-backup.png)
132+
![Tail log backup](./media/frequently-asked-questions-faq/tail-log-backup.png)
133133
134-
It's not possible to create a database with the same name until the [tail-log is backed up](/sql/relational-databases/backup-restore/tail-log-backups-sql-server) and the drop operation completes. The sequential nature of the drop operation puts databases dropped in short succession into a queue, which can prolong the process of dropping the databases and delays the possibility of creating new ones using the same name.
134+
It's not possible to create a database with the same name until the [tail-log is backed up](/sql/relational-databases/backup-restore/tail-log-backups-sql-server) and the drop operation completes. The sequential nature of the drop operation puts databases dropped in short succession into a queue, which can prolong the process of dropping the databases and delays the possibility of creating new ones using the same name.
135135
136136
137137
* If a database is restored and dropped before a full backup is created.

0 commit comments

Comments
 (0)