Clone a db

clone a database

there are different  methods, use  :
- SSIS
- SSMS database copy wizzard
- detach >> copy 2 times , attach 2 times with different name
- backup  &restore with diff name
- use  3 party tools

dpac etc