Skip to content

Commit 09fd4aa

Browse files
authored
trying to fix alignment
1 parent 3e6054c commit 09fd4aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,15 +127,15 @@ sections:
127127
The following common use cases are likely to encounter this error:
128128
129129
* If multiple databases are dropped and created again with the same name in short succession.
130-
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:
130+
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.
138-
When a database is restored, the first step of the restoration process is to take a new full backup of the database. If you try to restore a database, and then drop it immediately before the full backup completes, you will not be able to drop the database and create another database with that same name until the full backup is taken, and the database drop operation completes. Depending on the size of the database, the full backup could take hours.
138+
When a database is restored, the first step of the restoration process is to take a new full backup of the database. If you try to restore a database, and then drop it immediately before the full backup completes, you will not be able to drop the database and create another database with that same name until the full backup is taken, and the database drop operation completes. Depending on the size of the database, the full backup could take hours.
139139
140140
- question: |
141141
Naming conventions

0 commit comments

Comments
 (0)