如何将A数据库中某表中的数据插入B数据库的表中

日期:2016-03-22 23:14:35 人气:1

如何将A数据库中某表中的数据插入B数据库的表中

同服务器且架构都为dbo SQL code insert into 数据库名.dbo.b(title ,content,sendtime) select title ,content,sendtime from 数据库名.dbo.a
    A+
热门评论