I have found that SQL Server 2000 only returns 87 columns out of a possible
255 in a large table we have. I am using "select * from table_x for xml
auto, elements". Is there a limitation to SQL that doesn't have a
workaround or a configuration property I need to set?
Thanks,
Jason