Search code examples
sqlsql-serverdata-migration

sql transfer data between databases tsql


Possible Duplicate:
SQL Data Transfer

I have my Dev database, and some times I add some data to tables and I want to upload it to prod. Is there a tool that allows transferring data between 2 databases?


Solution

  • Assuming MS SQL

    bcp Utility

    OR

    SQL Server Import and Export Wizard