Tuesday, August 25, 2009

Copy Table from One Database to another in MsSQL


Copy table from one database to another in MsSQL

SELECT * INTO NewTable FROM existingdb.dbo.existingtable