I perform an ETL and download about 100 tables to my Companies data warehouse to perform reports and analysis on. Unfortunately I have no say on the database design and practices of the company I am downloading this information from. I connect to the DB I download the data from with a jdbc:vortex:// URL. I download it to my MS SQL Server 2012 Warehouse.
Having said that, a critical table I need has over 400 columns. I can use DBVisualizer Free to query their data but when I query this table I get the error:
[Error Code: -1, SQL State: 07000] dbFetch exception: VISION: Too many columns 408 (max: 256)
I also get this same error when I use Pentaho Kettle (Data Integration Services) to try to download this table into my warehouse.
I get this error even if I try to only grab a couple of columns from the table. I figure there has to be a way to allow pentaho and db visualizer to increase the number of columns but I can't find this information ANYWHERE. Most people aren't stupid enough to have more than 256 columns in a table so I am having a very difficult time finding a solution for this problem.