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 483bbae commit 1245c72Copy full SHA for 1245c72
1 file changed
readme.md
@@ -36,3 +36,13 @@ The process consists of the following steps:
36
1. Create an image of the database
37
2. Create a clone based on an image
38
39
+Create an image creating a full backup
40
+``` powershell
41
+New-PDCImage -SourceSqlInstance SQLDB1 -DestinationSqlInstance SQLDB2 -ImageNetworkPath \\fileserver\psdatabaseclone\images -Database DB1 -CreateFullBackup
42
+```
43
+
44
+Create an image for multiple databases using the latest full backup
45
46
+New-PDCImage -SourceSqlInstance SQLDB1 -DestinationSqlInstance SQLDB2 -ImageNetworkPath \\fileserver\psdatabaseclone\images -Database DB1, DB2 -UseLastFullBackup
47
48
0 commit comments