SQL Server - Create a copy of a database table and place it in the same database?

前端 未结 7 1565
情书的邮戳
情书的邮戳 2020-12-23 02:33

I have a table ABC in a database DB. I want to create copies of ABC with names ABC_1, ABC_2, ABC_3 in the same DB. How can I do that using either Management Studio (preferab

7条回答
提交回复
热议问题