As I understand it, the max amount of columns for any given table in MS SQL 2000 is 1024. I can find no documentation on how this might be set to a different amount for a specific table.
I really wish I could though, because I encounter the following problem for a relatively small table:
No more columns can be added to it, and it has only 300 columns, and only one primary key, so that can be the limiting factor. There are approximately 8500 rows, and size shouldn't be an issue either, as it's sitting at about 1.1 gigs. I'm sure I'm missing something incredibly simple, but I am in no way an SQL guru. Any help or opinion is appreciated.
I really wish I could though, because I encounter the following problem for a relatively small table:
No more columns can be added to it, and it has only 300 columns, and only one primary key, so that can be the limiting factor. There are approximately 8500 rows, and size shouldn't be an issue either, as it's sitting at about 1.1 gigs. I'm sure I'm missing something incredibly simple, but I am in no way an SQL guru. Any help or opinion is appreciated.