I am attempting to import a datafeed file into a MSSQL 7.0 database.
The file was exported from Oracle (not sure which version) as a fixed
width text file. The block size(row width) of the records in the text
file is 5610. When I am defining the columns during the import I
cannot define a column past position 4096 in MSSQL 7.0. Is there any
way around this limitation?
Adam