sql transfer data between databases tsql [duplicate]

回眸只為那壹抹淺笑 提交于 2019-12-12 21:22:18

问题


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?


回答1:


Assuming MS SQL

bcp Utility

OR

SQL Server Import and Export Wizard




回答2:


In addition to alex's choices you can use linked servers or SQL Data Compare by Redgate.



来源:https://stackoverflow.com/questions/6010334/sql-transfer-data-between-databases-tsql

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!