Copy table with same structure with different name in same database
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