Home All Groups Group Topic Archive Search About

How to copy object between SqlServer 2005



Author
27 Jan 2006 3:06 AM
ad
How to copy objects like View or Tables from on SqlServer 2005 to another?

Author
29 Jan 2006 6:29 PM
Andrew J. Kelly
If you are talking about just hte DDL then script it out and run that script
on the other server. If you need data as well you can use the wizard in
SSIS.

--
Andrew J. Kelly  SQL MVP


Show quoteHide quote
"ad" <fly***@wfes.tcc.edu.tw> wrote in message
news:ey%23EdWOJGHA.1728@TK2MSFTNGP14.phx.gbl...
> How to copy objects like View or Tables from on SqlServer 2005 to another?
>

Bookmark and Share