|
1 | 1 | # SQL-Serer-Database-Copy
|
2 | 2 | SQL and Powershell scripts for exporting a database's structure and data
|
| 3 | + |
| 4 | +## About |
| 5 | +Most development is maintaining and enhancing existing systems. Often times these systems do not have a way to recreate the database structure, but we need these structures to setup local development, testing, and QA environments. Often times we use backup files and then end up writing script to obfuscate or remove sensitive data. |
| 6 | +The purpose of this project is to simplify the process of recreating a SQL Server database structure or being able to script out sections of a database. |
0 commit comments