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

Duplicating a database on the same server 1

Status
Not open for further replies.

achmo

Programmer
Aug 30, 2001
56
IL
Hello,

I'm planning on doing some changes to my SQL Server 2000 database, and I don't want to do them directly on the working database. So i though I could duplicate the database, work on the new one, and when everything works fine copy the new database back to the old one.

So how do I do that? The Copy Database Wizard only copies between servers, and to use DTS I whould have to recreate the structure of the database before copying, and that would be * a lot * of work...

Ideas, anyone?

Thank you very much!

Yael
 
Great! Worked like a charm. Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top