只复制结构不复制内容:
select * into 目的数据库名.dbo.目的表名 from 原表名 where 1=2
复制表结构及数据到新表
select * into 目的数据库名.dbo.目的表名 from 原表名