insert into b..cstta
select * from a..cstta
where TA002='200506'--列出所有字段
select name from syscolumns 
where id=object_id('表名')