添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

Hello Dear Sirs ,

about a problem in the program of sql server ..

When I upload an Excel file to the table I want as usual .. I get this message .. especially after adding A thousand and fifty cells .. This problem the first time I encounter?

This Table Picture :

Error :

- Copying to [dbo].[PCTData] (Error)

Messages

  • Error 0xc0202009: Data Flow Task 1: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 11.0"  Hresult: 0x80004005  Description: "Unspecified error".  (SQL Server Import and Export Wizard)
  • Error 0xc020901c: Data Flow Task 1: There was an error with Destination - PCTData.Inputs[Destination Input].Columns[PCTNo] on Destination - PCTData.Inputs[Destination Input]. The column status returned was: "The value violated the integrity constraints for the column.".  (SQL Server Import and Export Wizard)
  • Error 0xc0209029: Data Flow Task 1: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR.  The "Destination - PCTData.Inputs[Destination Input]" failed because error code 0xC020907D occurred, and the error row disposition on "Destination - PCTData.Inputs[Destination Input]" specifies failure on error. An error occurred on the specified object of the specified component.  There may be error messages posted before this with more information about the failure.  (SQL Server Import and Export Wizard)
  • Error 0xc0047022: Data Flow Task 1: SSIS Error Code DTS_E_PROCESSINPUTFAILED.  The ProcessInput method on component "Destination - PCTData" (29) failed with error code 0xC0209029 while processing input "Destination Input" (42). The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running.  There may be error messages posted before this with more information about the failure.  (SQL Server Import and Export Wizard)

    - Validating (Warning)

    Messages

  • Warning 0x802092a7: Data Flow Task 1: Truncation may occur due to inserting data from data flow column "PCTNo" with a length of 255 to database column "PCTNo" with a length of 50.  (SQL Server Import and Export Wizard)
  • Warning 0x802092a7: Data Flow Task 1: Truncation may occur due to inserting data from data flow column "PCTNameEnCheck" with a length of 255 to database column "PCTNameEnCheck" with a length of 50.  (SQL Server Import and Export Wizard)
  • Warning 0x802092a7: Data Flow Task 1: Truncation may occur due to inserting data from data flow column "PCTNo" with a length of 255 to database column "PCTNo" with a length of 50.  (SQL Server Import and Export Wizard)

    Warning 0x802092a7: Data Flow Task 1: Truncation may occur due to inserting data from data flow column "PCTNameEnCheck" with a length of 255 to database column "PCTNameEnCheck" with a length of 50.  (SQL Server Import and Export Wizard)

    What is the problem here?

    Thank you ,

    Noor Ahmed


    Hi NoorAhmed2 ,

    It might be because of nullable values.

    Refer the below links for your reference.

    SQL Errors in SSIS

    Recieveing Errors on SQL Import Export wizard

  •