8
Answers

Copy table with same structure with different name in same database

Vikram

Vikram

15y
7.5k
1
Hi, I want to copy table with same structure with different name in same database by using c#.net. I tried it by using microsoft SQL Server Management Object (SMO) but get error against column's parent property. Is there any way to achieve this. Thanks
Answers (8)