The value violated the integrity constraints for the column

前端 未结 8 1403
情深已故
情深已故 2020-12-03 06:49

I am trying to import the data from Excel file into SQL Server database. I am unable to do so because I am getting following errors in the log file. Please help. The log err

8条回答
  •  情话喂你
    2020-12-03 07:10

    As a slight alternative to @FazianMubasher's answer, instead of allowing NULL for the specified column (which may for many reasons not be possible), you could also add a Conditional Split Task to branch NULL values to an error file, or just to ignore them:

    enter image description here

    enter image description here

提交回复
热议问题