How to import pipe delimited text file data to SQLServer table

前端 未结 2 1504
既然无缘
既然无缘 2021-01-13 01:01

I have database table represented as text file in the following pattern:

0|ALGERIA|0| haggle. carefully f|
1|ARGENTINA|1|al foxes promise|
2|BRAZIL|1|y along         


        
2条回答
  •  清酒与你
    2021-01-13 01:35

    You could use the Import Data feature by right mouse clicking the database, and then clicking Tasks then Import Data. This will give you a wizard which you can specify the delimiters etc. for your file and preview the output before you've inserted any data.

提交回复
热议问题