Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Use of bcp to replicate the image of a table
Message
 
 
À
12/09/2008 12:04:38
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Versions des environnements
SQL Server:
SQL Server 2005
Divers
Thread ID:
01347092
Message ID:
01347101
Vues:
19
>I have tested bcp to replicate the image of a table. Basically, this serves for bulk insert. So, once I have everything exported to a .dat file, I can then import it into another SQL Server database on an image of that table. That works. If I try it on the same database, having 61 records, I will end up with 61 additional records once I import it. But, this is not what I want. I need to have a clean way to replicate a table from one database to another. I need to preserve the primary keys as is. Is bcp able to do that?

BCP has -E flag that prevents SQL Server from supplying new identity values.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform