SQL Server: How to copy a table? Sometimes it happens that you want to clone a table before making some changes in the database. In the usual way, you can create another table with the same table ...