An open API service indexing awesome lists of open source software.

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.

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)