Errors in SQL Server while importing CSV file despite varchar(MAX) being used for each column

后端 未结 6 947
心在旅途
心在旅途 2020-12-02 07:35

I\'m trying to insert a large CSV file (several gigs) into SQL Server, but once I go through the Import Wizard and finally try to import the file I

6条回答
  •  清歌不尽
    2020-12-02 07:48

    I think its a bug, please apply the workaround and then try again: http://support.microsoft.com/kb/281517.

    Also, go into Advanced tab, and confirm if Target columns length is Varchar(max).

提交回复
热议问题