Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/EmptyTag/141.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sql server 导入导出向导中的SSMS复制错误及更多信息_Sql Server_Excel_Ssms_Import From Excel_Sql Server 2019 - Fatal编程技术网

Sql server 导入导出向导中的SSMS复制错误及更多信息

Sql server 导入导出向导中的SSMS复制错误及更多信息,sql-server,excel,ssms,import-from-excel,sql-server-2019,Sql Server,Excel,Ssms,Import From Excel,Sql Server 2019,每当我尝试将Excel文件导入数据库时,有一半的时间是成功的,但导入的表即使在刷新后也不会显示,或者在复制阶段导入导出向导中出现错误 这是向导中的报告: Operation stopped... - Initializing Data Flow Task (Success) - Initializing Connections (Success) - Setting SQL Command (Success) - Setting Source Connection (S

每当我尝试将Excel文件导入数据库时,有一半的时间是成功的,但导入的表即使在刷新后也不会显示,或者在复制阶段导入导出向导中出现错误

这是向导中的报告:

Operation stopped...

- Initializing Data Flow Task (Success)    
- Initializing Connections (Success)    
- Setting SQL Command (Success)    
- Setting Source Connection (Success)    
- Setting Destination Connection (Success)    
- Validating (Success)    
- Prepare for Execute (Success)    
- Pre-execute (Success)    
- Executing (Success)    
- Copying to `Sheet1$` (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 Access Database Engine"  Hresult: 0x80004005  Description: "Spreadsheet is full.".
     (SQL Server Import and Export Wizard)
    
    * Error 0xc0209029: Data Flow Task 1: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR.  The "Destination - Sheet1$.Inputs[Destination Input]" failed because error code 0xC020907B occurred, and the error row disposition on "Destination - Sheet1$.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 - Sheet1$" (26) failed with error code 0xC0209029 while processing input "Destination Input" (37). 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)
    
    * Error 0xc02020c4: Data Flow Task 1: The attempt to add a row to the Data Flow task buffer failed with error code 0xC0047020.
     (SQL Server Import and Export Wizard)
    
    * Error 0xc0047038: Data Flow Task 1: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED.  The PrimeOutput method on Source - Sheet1$ returned error code 0xC02020C4.  The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing.  There may be error messages posted before this with more information about the failure.
     (SQL Server Import and Export Wizard)      

- Post-execute (Success)
    Messages
    * Information 0x4004300b: Data Flow Task 1: "Destination - Sheet1$" wrote 0 rows.
     (SQL Server Import and Export Wizard)
您是否阅读过“错误代码:0x80004005”也可能意味着“访问被拒绝”。在尝试通过SSMS导入Excel电子表格时,是否可能在Excel或任何其他程序中打开Excel电子表格?