Cross-server SQL

前端 未结 8 992
再見小時候
再見小時候 2021-02-02 08:07

I want to port data from one server\'s database to another server\'s database. The databases are both on a different mssql 2005 server. Replication is probably not an option sin

8条回答
  •  南笙
    南笙 (楼主)
    2021-02-02 08:32

    Can you use the Data Transformation Services to do the job? This provides all sorts of bolt-together tools for doing this kind of thing.

    You can download the SQL Server 2005 feature pack from Microsoft's website here

提交回复
热议问题