Hello.
I have a table (Columns) with three colums: Name, Length, Type that contains the info needed to create a new table.
I know how to create a table in Query analyzer, but how do I programatically loop through the columns table to create the columns in the new table?
I would do this manually, but there are 571 columns that need to be created.
Thanks in advance for any help!
I have a table (Columns) with three colums: Name, Length, Type that contains the info needed to create a new table.
I know how to create a table in Query analyzer, but how do I programatically loop through the columns table to create the columns in the new table?
I would do this manually, but there are 571 columns that need to be created.
Thanks in advance for any help!