Make a full backup of the production system.
On the test system, use RESTORE DATABASE command and specify the REPLACE
option. If test and production are on the same server, triple check that
you have the correct database name! :-)
See Books online for technical info on the backup and restore commands.

Signature
Kevin G. Boles
Indicium Resources, Inc.
SQL Server MVP
kgboles a earthlink dt net
> Hello, we have a live production database and then another database that
> is
[quoted text clipped - 10 lines]
> the best way to do this? Thank you. I am running SQL 2000 SP4 Enterprise
> Edition.
JOH - 25 Jul 2008 21:32 GMT
> Make a full backup of the production system.
>
[quoted text clipped - 24 lines]
> > the best way to do this? Thank you. I am running SQL 2000 SP4 Enterprise
> > Edition.
Also, BACKUP now has the COPY_ONLY option. The joy of this little gem
is that you can now take a backup of production _without_ breaking
the backup chain.