MSSQL Quick Copy Table

Quickly duplicate a table with the following query.

SELECT * INTO newtable FROM table