The create table statement doesn't allow you to create a table with more than 1024 columns. So how do you do it. You have to create the table and then add them after the fact. [21/9/2008 Thanks to Kalen for pointing out that you can if you create the table with a columnset at the same time]. Even...