Home All Groups Group Topic Archive Search About

Data From SQL 2000 to SQL 6.5



Author
17 Mar 2006 3:40 PM
John
We're running production on an SQL 2000 server but still use and old
6.5 server for test purposes.

Is there a way to copy data from a table on the 200 server to the same
table on a 6.5 server?

Thanks!!!

Author
19 Mar 2006 7:24 AM
Tibor Karaszi
Some options are: DTS, BCP, BULK INSERT, INSERT... SELECT and  SELECT INTO (last two ones over a
linked server.

Show quoteHide quote
"John" <jhen***@yahoo.com> wrote in message
news:1142610016.021081.56310@j52g2000cwj.googlegroups.com...
> We're running production on an SQL 2000 server but still use and old
> 6.5 server for test purposes.
>
> Is there a way to copy data from a table on the 200 server to the same
> table on a 6.5 server?
>
> Thanks!!!
>

Bookmark and Share