Hi all,
I'd like to know if it's possible to duplicate a table in the same solution.
I have Table1, which contains several columns, some business rules, etc. This table is hosted in SolutionX.
I'd like to create Table2 in SolutionX but I want it to have exactly the same structure as Table1.
Right now, I have to create Table2 manually by adding each column one by one.
Is there a way to do this more efficiently or am I stuck with the manual way?
Thanks!