We are currently in the process of moving data from a DEC Alpha machine using VMS to SQL Server 2000. All the files on the DEC were created using VAX Basic. I have one file, on the DEC, that is made up of a number of fields that are arrays with up to 300 elements in each array. The problem I have is the boss wants the files on the sql server 2000 to line up with the dec file. I had the elements broken down as a seperate table on the server 2000 with a header that pointed to the (elements) data table. Not good enough. Everything I have read does not lead me to believe what the boss wants can be done. Anyone have thoughts (good or bad) on what I can do to solve this.