Clone Table for SQL Server -- Clone function allows you to create copy of 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 existing 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....
Copy Table for SQL Server -- Copy function allows you to create copy of selected datbase table (schema and data) to another database or MS SQL server. A few options like rows selection or "identity copy mode" make copy process more flexible. This handy utility helps database developers, advanced users or database administrators to create a second copy of a table within seconds. The program has easy to learn and to use wizard interface, built-in and online help.... กก |