We are creating databases on demand and the databases can be created from different templates. All templates have the same structure but different data. The data contained by the templates is small.
What is the fastest way to create a copy of the database:
Possibly detach / attach.
This makes everything a file copy, which is IIRC the fastest way. Not that there is a lot of difference, actually.