Skip to content

Commit c4d7126

Browse files
committed
Changed code examples
1 parent 62cc83f commit c4d7126

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
@@ -40,11 +40,13 @@ Create an image creating a full backup
4040

4141
```powershell
4242
New-PDCImage -SourceSqlInstance SQLDB1 -DestinationSqlInstance SQLDB2 -ImageNetworkPath \\fileserver\psdatabaseclone\images -Database DB1 -CreateFullBackup
43+
{: .language-powershell}
4344
```
4445

4546
Create an image for multiple databases using the latest full backup
4647

4748
```powershell
4849
New-PDCImage -SourceSqlInstance SQLDB1 -DestinationSqlInstance SQLDB2 -ImageNetworkPath \\fileserver\psdatabaseclone\images -Database DB1, DB2 -UseLastFullBackup
50+
{: .language-powershell}
4951
```
5052

0 commit comments

Comments
 (0)