Is it possible to use an existing database to create a new database

  • Thread starter Thread starter Charlie
  • Start date Start date
C

Charlie

I have a database that other areas would like to use. How
ever the info in the tables would be different for them.
Can I create a copy of a database leaving out info I had
data entried?
 
Certainly. Create a copy of the database file, open it, then delete all the
data from all appropriate tables. If you have relationships without Cascade
Deletes set up, you will have to delete the values from the "Many" side
tables first.
 

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