how to copy data to a table from another database table
how to copy data to a table from another database table
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suthish NairPosted Mar 10, 2011, 1:57 PM
Soft CornerPosted Mar 9, 2011, 11:23 PM
Try this
SELECT * INTO Database1.dbo.NewTableName FROM Database2.dbo.OldTable