table de copie TSQL

SELECT * INTO MyTableBackup
FROM MyTable;
Tommy