Clone Database Tables Standard 1.06
Make exact copies of the tables from an MS SQL Server database.
Programmers who often work with databases in MS SQL Server will find this tool called Clone Database Standard Tables very interesting. It allows you to make an exact copy (ie clone) of the tables that you previously selected from the same database.
When cloning, Clone Database Standard Tables doesn't just copy the data, but also the structures, the properties of each of the fields and indexation rules. Of course, the cloned data can't be modified if it contains critical data that violates the integrity of the database.
To preset in Clone Database Standard Tables which rows you want to clone, you just use the Where clause to filter.
Download