copy database structure

D

debpep

I would like to make a copy of a database complete with tables and all
objects, but without the data so that it can be used for another application.
Is there a simple way to do that?
 
L

Larry Daugherty

In a copy of your application delete all of the data in all of the tables.
If you think you might be doing the exercise again, save that as a template
and use a copy of it for the next instance of your application.

HTH
 
D

debpep

Good idea. Thanks.

Larry Daugherty said:
In a copy of your application delete all of the data in all of the tables.
If you think you might be doing the exercise again, save that as a template
and use a copy of it for the next instance of your application.

HTH
 
Top