Groups | Blog | Home
all groups > sql server new users > december 2004 >

sql server new users : Make a test copy of a live database


jerryk
12/28/2004 9:24:15 AM
Hi,

I need to make a copy for testing purposes of the a live database. I am not
concerned that my data is completely accurate, ie. can handle seeing a
transaction in action. The one thing I cannot do is detach the database,
since the database is operational 7 X 24. Any thoughts on the best way to
accomplish this task?

Thanks,

Jerry

Sunny
12/28/2004 1:35:41 PM
Create DTS package. See help for more details of DTS.
[quoted text, click to view]

Cristian Lefter
12/29/2004 1:33:48 PM
Another method is Backup/Restore.

- Cristian

[quoted text, click to view]

aaron_kempf NO[at]SPAM hotmail.com
12/29/2004 3:30:59 PM
DTS Copy Database Wizard sux, it will crap out if it hits a broken view or
sproc.

I would reccomend usign Backup and Restore.


[quoted text, click to view]

AddThis Social Bookmark Button