getcertified4sure.com

Amazing 70 463 training kit pdf secrets




Pass4sure microsoft 70 463 Questions are updated and all microsoft 70 463 answers are verified by experts. Once you have completely prepared with our 70 463 pdf exam prep kits you will be ready for the real exam 70 463 exam without a problem. We have Latest Microsoft 70 463 exam dumps study guide. PASSED 70 463 pdf First attempt! Here What I Did.

Q101. You are developing a SQL Server Integration Services (SSIS) package to implement an incremental data load strategy. 

The package reads data from a source system. Depending on the value in a source column, the package redirects rows to one of five different data flow paths. 

You need to add a data flow transformation to support the package redirection. 

Which data flow transformation should you use? 

A. Conditional Split 

B. pjvot 

C. Multicast 

D. Lookup 

Answer:


Q102. You are troubleshooting an existing SQL Server Integration Services (SSIS) package. On several occasions, the package execution does not finish and no data seems to have been transferred. 

You need to ensure that package logging occurs. Your solution must minimize deployment and development efforts. 

What should you do? 

A. Run the dtutil command to deploy the package to the SSIS catalog and store the configuration in SQL Server. 

B. Use an msi file to deploy the package on the server. 

C. Open a command prompt and execute the package by using the SQL Log provider and running the dtexecui.exe uti 

D. Create a reusable custom logging component and use it in the SSIS project. 

E. Open a command prompt and run the dtutil /copy command. 

F. Configure the SSIS solution to use the Project Deployment Model. 

G. Add an OnError event handler to the SSIS project. 

H. Open a command prompt and run the gacutil command. 

I. Open a command prompt and run the dtexec /dumperror /conn command. 

J. Open a command prompt and run the dtexec /rep /conn command. 

K. Configure the output of a component in the package data flow to use a data tap. 

Answer:

Explanation: 

References: 

http://msdn.microsoft.com/en-us/library/ms141212.aspx 

http://www.mssqltips.com/sqlservertip/2450/ssis-package-deployment-model-in-sql-server-2012-part-1-of-2/ 

http://www.mssqltips.com/sqlservertip/2450/ssis-package-deployment-model-in-sql-server-2012-part-2-of-2/ 


Q103. You are validating whether a SQL Server Integration Services (SSIS) package named Master.dtsx in the SSIS catalog is executing correctly. 

You need to display the number of rows in each buffer passed between each data flow component of the package. 

Which three actions should you perform in sequence? (To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.) 

Answer: 


Q104. You are performance tuning a SQL Server Integration Services (SSIS) package to load sales data from a source system into a data warehouse that is hosted on Windows Azure SQL Database. 

The package contains a data flow task that has seven source-to-destination execution trees. 

Only three of the source-to-destination execution trees are running in parallel. 

You need to ensure that all the execution trees run in parallel. 

What should you do? 

A. Set the EngineThreads property of the data flow task to 7. 

B. Set the MaxConcurrentExcecutables property of the package to 7. 

C. Create seven data flow tasks that contain one source-to-destination execution tree each. 

D. Place the data flow task in a For Loop container that is configured to execute seven times. 

Answer:


Q105. You administer a Microsoft SQL Server 2012 database. The database contains a table named Employee. Part of the Employee table is shown in the exhibit. (Click the Exhibit button.) 

Confidential information about the employees is stored in a separate table named EmployeeData. One record exists within EmployeeData for each record in the Employee table. You need to assign the appropriate constraints and table properties to ensure data integrity and visibility. On which column in the Employee table should you use an identity specification to include a seed of 1,000 and an increment of 1? 

A. DateHired 

B. DepartmentID 

C. EmployeeID 

D. EmployeeNum 

E. FirstName 

F. JobTitle 

G. LastName 

H. MiddleName 

I. ReportsToID 

Answer:


Q106. You are creating a SQL Server Integration Services (SSIS) package to retrieve product data from two different sources. One source is hosted in a SQL Azure database. Each source contains products for different distributors. 

Products for each distributor source must be combined for insertion into a single product table destination. 

You need to select the appropriate data flow transformation to meet this requirement. 

Which transformation types should you use? (Each correct answer presents a complete solution. Choose all that apply.) 

A. Multicast 

B. Merge Join 

C. Term Extraction 

D. union All 

E. Merge 

Answer: D,E 

Reference: http://msdn.microsoft.com/en-us/library/ms141703.aspx 

Reference: http://msdn.microsoft.com/en-us/library/ms141775.aspx 

Reference: http://msdn.microsoft.com/en-us/library/ms141020.aspx 

Reference: http://msdn.microsoft.com/en-us/library/ms141809.aspx 

Reference: http://msdn.microsoft.com/en-us/library/ms137701.aspx 


Q107. You are developing a SQL Server Integration Services (SSIS) package. 

The package contains several tasks that must repeat until an expression evaluates to 

FALSE. 

You need to add and configure a container to enable this design. 

Which three actions should you perform in sequence? (To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order,) 

Answer: 


Q108. You are building a SQL Server Integration Services (SSIS) package to load data from all files that are automatically copied to a directory each night through an external FTP process. 

You need to load data from all copied files to a destination table in SQL Server. 

Which three steps should you perform in sequence? (To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.) 

Answer: 


Q109. You are designing a data warehouse that contains a product dimension. 

The product dimension contains the original product attributes as well as the most recent set of updated attributes. When a product is updated, the original product attributes must be preserved. 

The product dimension design must: 

. Support a Type 3 Slowly Changing Dimension (SCD) process 

. Minimize the total storage consumed 

You need to design a solution that meets these requirements. 

What should you do? 

A. Design two tables. One table will hold the original product surrogate key and attributes. The other table will hold the most recent product surrogate key and attributes. 

B. Design a table as a Type 2 SCD dimension that holds the surrogate key for each product and its attributes. Limit the number of records per product within the table to two. 

C. Design a table to hold the surrogate key for each product and its attributes as well as additional columns to store the original attributes. 

D. Design a table to hold the surrogate key for each product and its attributes. Add a column to store an indicator that identifies the record as original data or recent data. 

Answer:


Q110. You are designing a SQL Server Integration Services (SSIS) project that uses the Project Deployment Model. 

The project will contain 10 packages. All the packages must connect to the same data source and destination. 

You need to define and reuse the connection managers in all the packages by using the least development effort. 

What should you do? 

A. Implement parent package variables. 

B. Copy and paste connection managers from one package to the others. 

C. Implement project connection managers. 

D. Implement package connection managers. 

Answer: