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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Backup database without data

Status
Not open for further replies.

Steel811

Programmer
Jan 2, 2008
26
0
0
US
Hello,

I would like to backup my SQL server 2000 database, but without the data, basically only keeping the building of the tables and all relationships, etc. Can this be done?

Thanks in advance,
Sheel Shah
 
Instead of backing up the database, you would be better off scripting the database instead. (Enterprise manager can do this for you).

Then, if you want a blank copy of your database, simply create a new database and run the scripts.

-George

"The great things about standards is that there are so many to choose from." - Fortune Cookie Wisdom
 
I'm such a moron. That was exactly correct. I couldn't remember what I needed to do for that. Thank you very much for refreshing my memory George! Much appreciated.

~Sheel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top