import from flat file -
03-13-2008
, 03:19 PM
I have a flat file that needs to be imported. Each column is of the format:
COLUMN_NAME = VALUE, e.g.
c1= v1, c2=v2, c3=v3
c1= a1, c2=a2, c3=a3
...
The column name is contained in the data.
c1,c2,c3 are column names.
Does SQL Server import support this format?
Thanks in advance.
Pingx |