Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I copy a database without the data?

Status
Not open for further replies.

BillyL

IS-IT--Management
Jul 18, 2000
91
US
I have been developing a database with test data in it and now I want to create a new database based on the existing database but with no data in it so I can import the real data. Is there a way to copy the database structure and code without the data?
 
Hi Billy,

Highlight the table you wish to copy
Ctrl+C (to copy table to Clipboard)
Ctrl+V (to paste new table to Database)

1. Name Table as "MyTable"
2. In the "Paste Table As" Screen
3. Select: Paste Options as
"Structure Only"
4. Hit OK.

HTH
Karlo Mutschler
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top