Skip to content

Commit 8871eb0

Browse files
committed
Changed code examples
1 parent 1245c72 commit 8871eb0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ The process consists of the following steps:
3737
2. Create a clone based on an image
3838

3939
Create an image creating a full backup
40-
``` powershell
40+
```powershell
4141
New-PDCImage -SourceSqlInstance SQLDB1 -DestinationSqlInstance SQLDB2 -ImageNetworkPath \\fileserver\psdatabaseclone\images -Database DB1 -CreateFullBackup
4242
```
4343

4444
Create an image for multiple databases using the latest full backup
45-
``` powershell
45+
```powershell
4646
New-PDCImage -SourceSqlInstance SQLDB1 -DestinationSqlInstance SQLDB2 -ImageNetworkPath \\fileserver\psdatabaseclone\images -Database DB1, DB2 -UseLastFullBackup
4747
```
4848

0 commit comments

Comments
 (0)