Quantcast
Channel: CodeSection,代码区,SQL Server(mssql)数据库 技术分享 - CodeSec
Viewing all articles
Browse latest Browse all 3160

SSMS SET IMPLICIT_TRANSACTIONS Side Effect to SSIS

$
0
0

This post shows you the side effect to SSIS when you set the SET IMPLICIT_TRANSACTIONS in SSMS https://chanmingman.wordpress.com/2018/12/03/run-insert-update-or-delete-without-commit-in-ssms/ .

When you set the option SET IMPLICIT_TRANSACTIONS in SSMS. You may cause your SSIS to give you the following message when you are opening and running some T-SQL command in SSMS.
[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component “Script Check Record Exist 1” (2) failed with error code 0x80131904 while processing input “Input 0” (13). 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.
To resolve this I close the SSMS. Before it closes, it you pop the message below. That also means you have enable the SET IMPLICIT_TRANSACTIONS option.
SSMS SET IMPLICIT_TRANSACTIONS Side Effect to SSIS

Viewing all articles
Browse latest Browse all 3160

Latest Images

Trending Articles