https://github.com/pythoninthegrass/sql_copy
Copy MS SQL Server tables from one database to another. Then generate fake data for the copied tables.
https://github.com/pythoninthegrass/sql_copy
Last synced: 6 months ago
JSON representation
Copy MS SQL Server tables from one database to another. Then generate fake data for the copied tables.
- Host: GitHub
- URL: https://github.com/pythoninthegrass/sql_copy
- Owner: pythoninthegrass
- Created: 2023-12-16T00:42:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-09T16:16:11.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T16:50:21.723Z (about 1 year ago)
- Language: Shell
- Size: 290 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# sql_copy
Copy MS SQL Server tables from one database to another. Then generate fake data for the copied tables.
## Requirements
* [Docker](https://www.docker.com/)
* [Python 3.11.6](https://www.python.org/downloads/release/python-3116/)
## Quickstart
```bash
# run containers
docker compose up -d
# TODO
```
## TODO
* Add functions to copy and insert data
* Use MS AdventureWorks database as example (e.g., `AdventureWorksLT2022.bak`)
* Finish `README.md`
* Tested on MS SQL _
## Further Reading
[AdventureWorks sample databases](https://learn.microsoft.com/en-us/sql/samples/adventureworks-install-configure)