问题标签 [execute-sql-task]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
sql-server - SSIS - how to capture PRINT message?
The Execute SQL task calls a procedure that has a PRINT
command inside. How can I display these messages at once in the progress
tab (or in output
)?
sql-server - SSIS/DTSX/ETL 错误:“重解析点缓冲区中的数据无效。”
我有一个 SSIS/DTSX/ETL,它在“控制流”的“任务”中给了我以下错误:
[执行 SQL 任务] 错误:执行查询“”失败,出现以下错误:“无法检索具有 CLSID {8957A18C-F62B-4A46-83FC-E8792FFD06DC} 的组件的 COM 类工厂错误:80071128 中的数据重新分析点缓冲区无效。(HRESULT 异常:0x80071128)。”。可能的失败原因:查询有问题,“ResultSet”属性设置不正确,参数设置不正确,或连接未正确建立。
该任务唯一要做的就是在 SQL Server DB 上执行 SQL 查询。要编辑该 DTSX,我使用“SQL Server Data Tools 2015”。DTSX 是用 VS 2010 Ultimate 创建的,我不知道这是否与问题有关...
如图所示,我正在执行以下 SQL 命令: