Wednesday, February 16, 2011

Insert from one database table to another similar table

insert into database1.dbo.Table1
select * from database2.dbo.Table1

No comments:

Post a Comment