Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inserting data across server..
Message
De
28/03/2002 09:47:47
Frank Cavone
Monetary Management of Ny, Inc.
Albany, New York, États-Unis
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Inserting data across server..
Divers
Thread ID:
00638421
Message ID:
00638421
Vues:
49
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform