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 c4d7126 commit 7804c0aCopy full SHA for 7804c0a
2 files changed
.gitattributes
readme.md
@@ -40,13 +40,11 @@ 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