科目编号:70-448
认证名称:TS:MS SQL Server 2008.Business Intelligence Dev & Maintenan
1.Youare developing a SQL Server 2008 Integration Services (SSIS) data flow that loads data to a SQLServer 2008
database. You needto ensure that the data flow updates theexisting records in the SQL Server database byusingda
ta from the rows in your data flow. Which data flow component should you use?
A.SQLServer Destination
B.OLE DB Destination
C.OLE DB Command Transformation
D.Data ConversionTransformation
Answer:C
2.Youdesign a SQL Server 2008 IntegrationServices (SSIS) data flow that inserts data from a sourcequery toa desti
nationtable.You need to insert only those rows that do not already exist in the destination tablE.What are twopossibl
eways to achieve this goal? (Each correct answer presents a complete solution. Choose two.)
A.Use the Merge transformation.
B.Use theLookup transformation.
C.Use the UnionAll transformation.
D.Use the Merge Join transformation.
E.Use the Fuzzy Lookup transformation.
F.Use the Fuzzy Grouping transformation.
Answer:BD
3.You implement a SQL Server 2008Integration Services (SSIS) package. The package contains the following com
ponents: Adata flow task contained in a For Loop containerA Flat File destination component that uses a Flat File co
nnection managerAn OnError event handler When an error occurs in the package, you plan to write diagnostic infor
mation from an expression that includes the version of the package to atext file. You needto ensure that the require
d information is written to the text file. What should you do?
A.Use the VersionGUID variable.
B.Use the ExecutionGUID variable.
C.Use the SourceID variable.
D.Use the TaskID variable.