Vikram

Vikram

  • 1.4k
  • 276
  • 308.3k

Alter Tables Using SMO

Dec 22 2009 8:49 AM

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,