copy database structure

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
debpep said:
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?

Well I would just copy it and delete the data. Should not take but
a minute or two.
 
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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top