Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 622 Bytes

File metadata and controls

24 lines (18 loc) · 622 Bytes

sql_copy

Copy MS SQL Server tables from one database to another. Then generate fake data for the copied tables.

Requirements

Quickstart

# 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