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

后端 未结 6 1500
走了就别回头了
走了就别回头了 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条回答
  •  Happy的楠姐
    2021-01-23 05:07

    you can create a DTS job to copy database and its contents on timely basis.

    http://msdn.microsoft.com/en-us/library/cc917688.aspx

提交回复
热议问题