Issue with bulk insert

后端 未结 3 1730
Happy的楠姐
Happy的楠姐 2021-02-19 19:40

I am trying to insert the data from this link to my SQL server https://www.ian.com/affiliatecenter/include/V2/CityCoordinatesList.zip

I created the table



        
3条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-19 20:09

    you need run BULK INSERT - command from windows login (not from SQL). Now I don't have any examples

提交回复
热议问题