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

前端 未结 7 1562
情书的邮戳
情书的邮戳 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条回答
  •  Happy的楠姐
    2020-12-23 03:05

    You need to write SSIS to copy the table and its data, constraints and triggers. We have in our organization a software called Kal Admin by kalrom Systems that has a free version for downloading (I think that the copy tables feature is optional)

提交回复
热议问题