Sparse - SimonS Blog on SQL Server Stuff

Browse by Tags

All Tags » Sparse (RSS)

Getting more than 1024 columns in a table

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...
Posted by simonsabin | 4 comment(s)