Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Procedure to extract a table
Message
De
11/09/2008 09:16:22
John Baird
Coatesville, Pennsylvanie, États-Unis
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Versions des environnements
SQL Server:
SQL Server 6.5 and older
Divers
Thread ID:
01346499
Message ID:
01346566
Vues:
13
>>I need to find a way to extract a table from a database and synchronize that into another server. Basically, all servers have the same database. We have a production site, backup site, test site, etc. So, sometimes, I may need to take only one table from the production site and update it on a remote site.
>
>Not sure if this is the optimal one, but if the structure of the table remains the same, you can export data into text format and then delete (truncate) and import from the text file.


Why not look at merge replication, rda or sync framework, all three will do this...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform