Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 8cfe5ef

Browse files
committed
Image fixes
1 parent 3bb8c4a commit 8cfe5ef

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

-13.2 KB
Loading

docs/relational-databases/backup-restore/quickstart-backup-restore-database.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ To take a backup of your database, follow these steps:
7575
1. Under **Destination**, confirm that the path for your backup is correct. If you need to change the path, select **Remove** to remove the existing path, and then **Add** to type in a new path. You can use the ellipses to navigate to a specific file.
7676
1. Select **OK** to take a backup of your database.
7777

78-
![Take SQL backup](media/quickstart-backup-restore-database/backup-db-ssms.png)
78+
:::image type="content" source="media/quickstart-backup-restore-database/backup-db-ssms.png" alt-text="Take SQL backup":::
7979

8080
Alternatively, you can run the following Transact-SQL command to back up your database. The path may be different on your computer:
8181

@@ -98,14 +98,14 @@ To restore your database, follow these steps:
9898
1. Launch [SQL Server Management Studio (SSMS)](../../ssms/download-sql-server-management-studio-ssms.md) and connect to your SQL Server instance.
9999
1. Right-click the **Databases** node in **Object Explorer** and select **Restore Database...**.
100100

101-
![Restore a database](media/quickstart-backup-restore-database/restore-db-ssms1.png)
101+
:::image type="content" source="media/quickstart-backup-restore-database/restore-db-ssms1.png" alt-text="Restore a database":::
102102

103103
1. Select **Device:**, and then select the ellipses (...) to locate your backup file.
104104
1. Select **Add** and navigate to where your `.bak` file is located. Select the `.bak` file and then select **OK**.
105105
1. Select **OK** to close the **Select backup devices** dialog box.
106106
1. Select **OK** to restore the backup of your database.
107107

108-
![Restore the database](media/quickstart-backup-restore-database/restore-db-ssms2.png)
108+
:::image type="content" source="media/quickstart-backup-restore-database/restore-db-ssms2.png" alt-text="Restore the database":::
109109

110110
Alternatively, you can run the following Transact-SQL script to restore your database. The path may be different on your computer:
111111

0 commit comments

Comments
 (0)