70-448 TS Braindump
ExamSoon 70-448 Exams
Microsoft TS:MS SQL Server 2008.Business Intelligence Dev & Maintenan
O rder : 70-448 Exam
Practice Exam: 70-448
Exam Number/Code: 70-448
Exam Name: TS:MS SQL Server 2008.Business Intelligence Dev & Maintenan
Questions and Answers: 87 Q&As
Free 70-448 Braindumps
Exam : Microsoft 70-448
Title : TS:MS SQL Server 2008.Business Intelligence Dev & Maintenan
1. You implement a SQL Server 2008 Integration Services (SSIS) package.
The package contains the following components:
A Foreach Loop container for the Collection property as shown in the following exhibit. (Click the Exhibit button.)
A Foreach Loop container for the Variable Mappings property as shown in the following exhibit. (Click the Exhibit
button.)
A String variable named FileName.
A String variable named DirectoryPath.
You need to update the package so that the DirectoryPath variable returns the directory path for the file path stored in
the FileName variable.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
A.Set the RaiseChangedEvent property of the User::FileName variable to True.
B.Set the EvaluateAsExpression property of the User::DirectoryPath variable to True.
C.Add a Script task to the OnPostExecute event handler of the Foreach Loop container.
D.Set the Expression property of the User::DirectoryPath variable to the following expression.
SUBSTRING( @[User::FileName], 1, LEN( @[User::FileName] ) - FINDSTRING( REVERSE( @[User::FileName] ), "\",
1 ))
E.Set the Expression property of the User::FileName variable to the following expression.
SUBSTRING( @[User::FileName], 1, LEN( @[User::FileName] ) - FINDSTRING( REVERSE( @[User::FileName] ), "\",
1 ))
Answer: BD
2. You implement a SQL Server 2008 Integration Services (SSIS) package.
The package contains the following components:
A data flow task contained in a For Loop container
A Flat File destination component that uses a Flat File connection manager
An OnError event handler
When an error occurs