导数据

select * into TBL_stand_info from GactCmsdata.dbo.TBL_stand_info

insert into Data444.dbo.TBL_stand_info
select *   from Data399.dbo.TBL_stand_info  不能导结构 不能导主键 约束

建新表
SELECT TOP 0 *  INTO tblGZSJLS
FROM Data920.dbo.TBL_Inhouse_Plan 
posted @ 2004-09-23 14:14 可乐加冰 阅读(229) 评论(0) 编辑 收藏