We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62cc83f commit c4d7126Copy full SHA for c4d7126
1 file changed
readme.md
@@ -40,11 +40,13 @@ Create an image creating a full backup
40
41
```powershell
42
New-PDCImage -SourceSqlInstance SQLDB1 -DestinationSqlInstance SQLDB2 -ImageNetworkPath \\fileserver\psdatabaseclone\images -Database DB1 -CreateFullBackup
43
+{: .language-powershell}
44
```
45
46
Create an image for multiple databases using the latest full backup
47
48
49
New-PDCImage -SourceSqlInstance SQLDB1 -DestinationSqlInstance SQLDB2 -ImageNetworkPath \\fileserver\psdatabaseclone\images -Database DB1, DB2 -UseLastFullBackup
50
51
52
0 commit comments