ValidateExternalMetadata property, what exactly does this do?

前端 未结 2 1200
野趣味
野趣味 2020-12-18 12:27

I have a package which reads data from a table and based on a column value stores the records in two other tables. Package uses Transaction required property. It was running

2条回答
  •  执笔经年
    2020-12-18 12:31

    This may be the explanation:

    http://support.microsoft.com/kb/2253391

    The execution of a SQL Server Integration Services (SSIS) package stops responding when you enable DTC transactions for a package in Microsoft SQL Server

提交回复
热议问题