I have tried to use the DTS wizard to import a very large text file into a table of the form tbl(a tinyint, b text). The bulk of the data from the file is going in the text fields. Some of the rows in the file are under 1MB long and these import just fine. But the rows that are over 1MB long (some are as large as 200MB) won't import correctly. If I format the file to be delimited, the larger rows won't load at all. If I use fixed field, the rows get truncated at 8KB. According to the sql doc, text fields can hold up to 2GB of data, so in theory I should be able to import the text file. Any suggestions?
Thanks!
Thanks!