Home All Groups Group Topic Archive Search About


Author
19 Nov 2007 9:14 PM
Stup88
I need to refresh a test db from the production DB but need to save some
tables in the test db..

Is there a way to do this ? without using a third part app ?

Author
19 Nov 2007 9:33 PM
TheSQLGuru
rename database you are restoring too.  restore prod copy.  use
import/export wizard to move data from renamed db to restored db.

--
Kevin G. Boles
TheSQLGuru
Indicium Resources, Inc.


Show quoteHide quote
"Stup88" <Stu***@discussions.microsoft.com> wrote in message
news:94C7966A-15E6-40AA-95E5-0DEF28C361EF@microsoft.com...
>I need to refresh a test db from the production DB but need to save some
> tables in the test db..
>
> Is there a way to do this ? without using a third part app ?

Bookmark and Share