Copy MS SQL Server tables from one database to another. Then generate fake data for the copied tables.
# run containers
docker compose up -d
# TODO- Add functions to copy and insert data
- Use MS AdventureWorks database as example (e.g.,
AdventureWorksLT2022.bak)
- Use MS AdventureWorks database as example (e.g.,
- Finish
README.md- Tested on MS SQL _