I want to import a text file in SQL Server 2008. Obviously, the text file is similar to
AA89ATOZ MR 1 PMANUAL >0 1 0 0 0 0 0 0 0 0 0 0 1.
There are thousands of records in the record. When I download a text file using excel, it will set all the texts in one line. I read some answer that
AA89ATOZ,MR,1,PMANUAL,>0,1,0,0,0,0,0,0,0,0,0,0,1.
If I can do something like the above, how can I change it? Does it have a function for splitting text on a line? Please let me know the answer. Thanks.
source share