How to copy data and database tables from one database to another

后端 未结 6 1379
走了就别回头了
走了就别回头了 2021-01-23 04:06

Is there any way that I can copy all the data and database tables (and other objects) from one server table to other server?

To make those things as automated. so that e

6条回答
  •  悲哀的现实
    2021-01-23 05:00

    You can use SSIS import and export to do that. It asks for the source server name, source dbName and Destination server name, destination dbName.

    OR

    you can use the back-up and restore process.

    But I always prefer SSIS.

提交回复
热议问题