SQLServer Crear tabla de seleccionar
Select * into new_table from old_table
Nutty Narwhal
Select * into new_table from old_table
Select * into new_table from [database].[schema].[old_table]