70-448 · Question #189
You are developing a SQL Server 2008 Integration Services (SSIS) package. The package extracts data from text files and loads the data to a SQL Server 2008 database. You configure the data flows to…
The correct answer is A. Configure the MaximumErrorCount property for the package. MaximumErrorCount is the maximum number of errors that can occur before a container stops running. The default value of this property is 1
Question
You are developing a SQL Server 2008 Integration Services (SSIS) package. The package extracts data from text files and loads the data to a SQL Server 2008 database. You configure the data flows to fail on a single error. The control flow package is as shown in the following exhibit. (Click the Exhibit button.) The package extracts data from files that are stored in two folders. Each folder can store a maximum of 10 files. You need to ensure that the package runs and loads additional files even if an error occurs during the loading of a file. What should you do?
Exhibit
Options
- AConfigure the MaximumErrorCount property for the package.
- BConfigure the FailPackageOnFailure property for each Foreach Loop container.
- CConfigure the FailPackageOnFailure property for each Data Flow task.
- DConfigure an OnError event handler for each Foreach Loop container.
How the community answered
(45 responses)- A73% (33)
- B9% (4)
- C2% (1)
- D16% (7)
Explanation
MaximumErrorCount is the maximum number of errors that can occur before a container stops running. The default value of this property is 1
Topics
Community Discussion
No community discussion yet for this question.
