Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inserting data across server..
Message
From
28/03/2002 09:47:47
Frank Cavone
Monetary Management of Ny, Inc.
Albany, New York, United States
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Inserting data across server..
Miscellaneous
Thread ID:
00638421
Message ID:
00638421
Views:
48
hi,

i need to copy data from a developement table to a prodcution table on different servers..


this works if your on the same server...

insert into destination_table
select *
from database_name.dbo.source_table

but if your crossing servers could you modify this insert commands from clause to include server name ie

from server_name.database_name.dbo.source_table

or something like that or is should i be using dts.

tia
Next
Reply
Map
View

Click here to load this message in the networking platform