可学答题网 > 问答 > MCTS(70-452)题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

You design a Business&


You design a Business Intelligence (BI) solution by using SQL Server 2008.  You need to load data into your online transaction processing (OLTP) database once a week by using data from a flat file. The file contains all the details about new employees who joined your company last week. The data must be loaded into the tables shown in the exhibit. (Click the Exhibit button.) Employee.EmployeeID is an identity. The safer ,easier way to help you pass any IT exams.  A SQL Server 2008 Integration Services (SSIS) package contains one data flow for each of the destination tables. In the Employee Data Flow, an OLE DB Command transformation executes a stored procedure that loads the Employee record and returns the EmployeeID value.   You need to accomplish the following tasks:  Ensure that the EmployeeID is used as a foreign key (FK) in all child tables for the correct Employee record.  Minimize the number of round trips to the database.  Ensure that the package performs in the most efficient manner possible. What should you do? ()

  • A Use a Lookup Transformation in each of the child table data flows to find the EmployeeID based on first name and last name.
  • B Store the EmployeeID values in SSIS variables and use the variables to populate the FK columns in each of the child tables.
  • C After the Employee table is loaded, write the data to a Raw File Destination and use the raw file as a source for each of the subsequent Data Flows.
  • D After the Employee table is loaded, write the data to a Flat File Destination and use the flat file as a source for each of the subsequent Data Flows.
参考答案
参考解析:
分类:MCTS(70-452)题库
相关推荐

1、若a=5,b=3,c=4,逻辑表达式!(a+b)&;&;!c的值

若a=5,b=3,c=4,逻辑表达式!(a+b)&;&;!c的值为()A0B-1C1D2

2、有以下程序段 main() { int a=5,*b,**c; c=&

有以下程序段 main() { int a=5,*b,**c; c=&b;&a; } 程序在执行了“C=&b;b=&a;”语句后,表达式“**c”的值是A变量a的地址B变量b中的值C变量a中的值D变量b的地址

3、现有int a,*b;,b=&a;,则下列运算错误的是

现有int a,*b;,b=&a;,则下列运算错误的是A*&aB&*aC*&bD&*b

4、若有定义语句:double a,+P=&;a;以下叙述中错误的是( )

若有定义语句:double a,+P=&a;以下叙述中错误的是( )。A定义语句中的*号是一个问址运算符B定义语句中的*号是一个说明符C定义语句中的P只能存放double类型变量的地址...

5、表达式10>5&&6%3的值是()

表达式10>5&&6%3的值是()A-1B非零值C0D1

6、试题23若有定义语句:double a, *p=&a; 以下叙述中错

试题23若有定义语句:double a, *p=&a; 以下叙述中错误的是()A定义语句中的*号是一个间址运算符B定义语句中的*号只是一个说明符C定义语句中的p只能存放double类型的变量D定...