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 8871eb0 commit 62cc83fCopy full SHA for 62cc83f
1 file changed
readme.md
@@ -37,11 +37,13 @@ The process consists of the following steps:
37
2. Create a clone based on an image
38
39
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
```
44
45
Create an image for multiple databases using the latest full backup
46
47
48
New-PDCImage -SourceSqlInstance SQLDB1 -DestinationSqlInstance SQLDB2 -ImageNetworkPath \\fileserver\psdatabaseclone\images -Database DB1, DB2 -UseLastFullBackup
49
0 commit comments