Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
@IsSuccess在存储过程中使用参数。如何在 SSIS Execute SQL Task 中使用 @IsSuccess 参数并将其作为该组件的输出到另一个组件?
@IsSuccess
您应该在执行 SQL 任务中使用以下 SQL 语句将存储过程输出存储到 SSIS 变量中:
EXEC mystoredprocedure ? OUTPUT
然后在执行 SQL 任务编辑器中,转到参数映射表单并选择您需要存储该值的 SSIS 变量。
可以在以下文章中找到更多详细信息:
存储该值后,您应该在优先约束表达式中使用此变量: