importing textfiles -
09-07-2004
, 04:18 AM
Hello,
I've some problems with importing textfiles. The delimited textfiles are
exceeding the maximum columns in sql server (>1024).
The second problem is that the rows in the textfiles does not have any
columnnames.
If i want to import and give them appropiate names how should i handle this
problem. I do have a definitionfile where the names are in a recordset.
Example:
field1, 10
field2, 20
Can anyone help me? |