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 f9c0f8a commit be252b7Copy full SHA for be252b7
1 file changed
readme.md
@@ -0,0 +1,16 @@
1
+PSDatabaseClone is a PowerShell module for creating SQL Server database images and clones.
2
+It enables administrator to supply environments with database copies that are a fraction of the original size.
3
+
4
+## Usage scenarios
5
6
+There are multiple scenarios where you could use the module with
7
+* Supply developers with a local copy of the database
8
+* Implement a CI/CD pipeline with production like copies
9
10
+## Why use PSDatabaseClone
11
12
+* Save lots of space supplying data to other locations
13
+* Spend less time provisioning databases
14
+* Create multiple local copies of a database
15
+* Make sure there tests are
16
0 commit comments