MSSQL Quick Copy Table 2014-02-28 2015-04-01 / MSSQL Server / Copy, Insert, Table / By Tim van Kooten Niekerk Quickly duplicate a table with the following query. SELECT * INTO newtable FROM table