SSMS
 sql >> Database >  >> Database Tools >> SSMS

Crea tabella copiando la struttura della tabella esistente

in questo modo, tuttavia questo non creerà indici e vincoli

select * into Drop_Centers_Detail
from Centers_Detail
where 1 = 0