How to copy DB 2007 without records

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

Guest

I would like to create a clean copy of my existing database without any of my
curremt records I have entered show up in the new copy.
 
MaRSMAN said:
I would like to create a clean copy of my existing database without any of
my
curremt records I have entered show up in the new copy.


You can create a new, empty database and import the objects (tables, forms,
etc) from the existing database. In the 'Import Objects' dialog, click the
'Options' button to display some additional hidden options. In the 'Import
Tables' option group select 'Definition Only' to import the structure of
your tables without importing the data.
 
you can generate scripts to recreate tables in a blank container by
right-clicking in SQL Server Management Studio
 

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