19 July 2011

How to copy table structure and data into another database using query

select * into destinationdb..destinationtable from sourcedb..sourcetable

No comments: