Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 import tables

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2006-03-09 : 08:45:35
VIJAY writes "how to import tables from one server to other server throught script? ( not thro'import/Export utility in sql server 2000)"

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2006-03-09 : 08:46:53
setup linked server and use insert into ... select ... from ... where

----------------------------------
'KH'


Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2006-03-09 : 10:28:09
Look for sp_addLinkedServer or OpenRowSet in SQL Server help file

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -