摘要:
将90服务器上,TelemedicinePlatform_0511数据库中的hospital表和表数据复制到76服务器上,stu的数据库中前提是:76服务器上,stu的数据库中没有hospital表1.在76服务器上 启用网络传输exec sp_configure 'show advanced options',1reconfigure exec sp_configure 'Ad Hoc Distributed Queries',1reconfigure2.在76服务器上相应的stu数据库中执行代码use stugoSELECT * INTO dbo.hospi 阅读全文