Short description of Clone Table for SQL Server 1.06.34: Clone function allows you to create copy of the selected table (schema and data) to same database. This operation is required in the next case: you need to verify some idea against live (not generated) data. However, you can't modify an original table: it contains critical data or integrity does not allow you to make changes. This handy utility helps database developers and DB administrators to create a second copy of a table within seconds.