Skip to content

Commit 62cc83f

Browse files
committed
Code example changes
1 parent 8871eb0 commit 62cc83f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,13 @@ 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+
4041
```powershell
4142
New-PDCImage -SourceSqlInstance SQLDB1 -DestinationSqlInstance SQLDB2 -ImageNetworkPath \\fileserver\psdatabaseclone\images -Database DB1 -CreateFullBackup
4243
```
4344

4445
Create an image for multiple databases using the latest full backup
46+
4547
```powershell
4648
New-PDCImage -SourceSqlInstance SQLDB1 -DestinationSqlInstance SQLDB2 -ImageNetworkPath \\fileserver\psdatabaseclone\images -Database DB1, DB2 -UseLastFullBackup
4749
```

0 commit comments

Comments
 (0)