0
Answer

Alter Tables Using SMO

Ask a question
Vikram

Vikram

14y
4.4k
1

Hi,
     In my Database, there are 3 tables say test1_000, test1_001, test1_002. I alter table test1_000, now I want same changes in remaining two tables without altering those manually. I have to develop such utility in C# using SMO. How can I achieve this.
Thanks,