Easily Pass 70-458 Exam By Training Lead2pass Latest Microsoft 70-458 VCE Dumps (101-110)

By | January 14, 2015

If you want to prepare for 70-458 exam in shortest possible time, with minimum effort but for most effective result, you can use Lead2pass 70-458 Practice Test which simulates the actual testing environment and allows you to focus on various sections of 70-458 Exam. Our candidates walk into the testing Room as confident as a Certification Administrator. So you can pass the eaxm without any question.

QUESTION 101
You are deploying a new SQL Server Integration Services (SSIS) project to the test environment. A package in the project uses a custom task component.
You need to ensure that the custom object is deployed on the test environment correctly.
What should you do?

A.    Run the package by using the dtexec /rep /conn command.
B.    Create a reusable custom logging component.
C.    Create an OnError event handler.
D.    Use the gacutil command
E.     Use the dtutil /copy command.
F.    Deploy the package to the Integration Services catalog by using dtutil and use SQL Server to store the configuration.
G.    Run the package by using the dtexec /dumperror /conn command.
H.    Use the Project Deployment Wizard.
I.    Deploy the package by using an msi file.
J.    Add a data tap on the output of a component in the package data flow.
K.    Run the package by using the dtexecui.exe utility and the SQL Log provider.

Answer: D
Explanation:
http://msdn.microsoft.com/en-us/library/ms403356.aspx

QUESTION 102
You are deploying a project to the SQL Server Integration Services (SSIS) catalog.
You need to ensure that the project is deployed to the production environment with the least amount of administrative effort.
What should you do?

A.    Create an On Error event handler.
B.    Add a data tap on the output of a component in the package data flow.
C.    Use the gacutil command.
D.    Create a reusable custom logging component.
E.    Run the package by using the dtexecui.exe utility and the SQL Log provider.
F.    Run the package by using the dtexec /rep /conn command.
G.    Use the Project Deployment Wizard.
H.    Run the package by using the dtexec /dumperror /conn command.
I.    Use the dtutil /copy command.
J.    Deploy the package to the Integration Services catalog by using dtutil and use SQL Server to store the configuration.
K.     Deploy the package by using an msi file.

Answer: G
Explanation:
http://msdn.microsoft.com/en-us/library/hh479588.aspx
http://msdn.microsoft.com/en-us/library/hh213290.aspx
http://msdn.microsoft.com/en-us/library/hh213373.aspx

QUESTION 103
Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series.
Each question is independent of the other questions in this series.
Information and details provided in a question apply only to that question.
You are writing a SQL Server Integration Services (SSIS) package that transfers data from a legacy system.
Data integrity in the legacy system is very poor. Invalid rows are discarded by the package but must be logged to a CSV file for auditing purposes.
You need to establish the best technique to log these invalid rows while minimizing the amount of development effort.
What should you do?

A.    Add a data tap on the output of a component in the package data flow.
B.    Deploy the package by using an msi file.
C.    Run the package by using the dtexecui.exe utility and the SQL Log provider.
D.    Uses the dtutil /copy command.
E.     Deploy the package to the Integration Services catalog by using dtutil and use SQL Server to store the configuration.
F.    Create an OnError event handler.
G.    Uses the Project Deployment Wizard.
H.    Use the gacutil command.
I.    Create a reusable custom logging component.
J.    Run the package by using the dtexec /rep /conn command.
K.    Run the package by using the dtexec /dumperror /conn command.

Answer: A

QUESTION 104
You are a database administrator for a Microsoft SQL Server 2012 instance.
You need to ensure that data can be migrated from a production server to two reporting servers with minimal data latency.
You also need to ensure that data on the reporting server is always accessible.
Which solution should you use?

A.    Change Data Capture
B.    Database snapshot
C.    Availability Groups
D.    Log Shipping

Answer: C

QUESTION 105
You use a contained database named ContosoDb within a domain.
You need to create a user who can log on to the ContosoDb database.
You also need to ensure that you can port the database to different database servers within the domain without additional user account configurations.
Which type of user should you create?

A.    SQL user with login
B.    SQL user without login
C.    Domain user
D.    User mapped to an asymmetric key

Answer: A

QUESTION 106
You administer a Microsoft SQL Server 2012 database.
You create an availability group named haContosoDbs.
Your primary replica is available at Server01\Contoso01.
You need to configure the availability group to minimize transaction latency on any available secondary databases.
In the event of a database failure, the designated secondary database should come online automatically.
Which Transact-SQL statement should you use?

 

A.    Option A
B.    Option B
C.    Option C
D.    Option D

Answer: D
Explanation:
http://msdn.microsoft.com/en-us/library/ff877931.aspx

QUESTION 107
Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series.
Each question is independent of the other questions in this series.
Information and details provided in a question apply only to that question.

You are implementing a SQL Server Integration Services (SSIS) package that loads data hosted in a SQL Azure database into a data warehouse.
The source system contains redundant or inconsistent data.
When the package finds invalid data, the row containing the invalid data must be omitted but it must also be written to a text file for further analysis.
You need to establish the best technique to log these invalid rows while keeping the amount of development effort to a minimum.
What should you do?

A.    Add an OnError event handler to the SSIS project.
B.    Use an msi file to deploy the package on the server.
C.    Open a command prompt and run the gacutil command.
D.    Open a command prompt and run the dtutil /copy command.
E.    Open a command prompt and run the dtexec /rep /conn command.
F.    Open a command prompt and run the dtexec /dumperror /conn command.
G.    Open a command prompt and execute the package by using the SQL Log provider and running the dtexecui.exe utility.
H.    Create a reusable custom logging component and use it in the SSIS project.
I.    Configure the SSIS solution to use the Project Deployment Model.
J.    Configure the output of a component in the package data flow to use a data tap.
K.    Run the dtutil command to deploy the package to the SSIS catalog and store the configuration in SQL Server.

Answer: J

QUESTION 108
Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series.
Each question is independent of the other questions in this series.
Information and details provided in a question apply only to that question.
To ease the debugging of packages, you standardize the SQL Server Integration Services (SSIS) package logging methodology.
The methodology has the following requirements:
– Centralized logging in SQL Server
– Simple deployment
– Availability of log information through reports or T-SQL ?Automatic purge of older log entries
– Configurable log details
You need to configure a logging methodology that meets the requirements while minimizing the amount of deployment and development effort.
What should you do?

A.    Use the gacutil command.
B.    Use the dtutil /copy command.
C.    Use the Project Deployment Wizard.
D.    Create an OnError event handler.
E.    Create a reusable custom logging component.
F.    Run the package by using the dtexec /rep /conn command.
G.    Run the package by using the dtexec /dumperror /conn command.
H.    Run the package by using the dtexecui.exe utility and the SQL Log provider.
I.    Add a data tap on the output of a component in the package data flow.
J.    Deploy the package by using an msi file.
K.    Deploy the package to the Integration Services catalog by using dtutil and use SQL Server to store the configuration.

Answer: H

QUESTION 109
Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series.
Each question is independent of the other questions in this series.
Information and details provided in a question apply only to that question.
You are developing a SQL Server Integration Services (SSIS) package.
To process complex scientific data originating from a SQL Azure database, a custom task component is added to the project.
You need to ensure that the custom component is deployed on a test environment correctly. What should you do?

A.    Add an OnError event handler to the SSIS project.
B.    Use an msi file to deploy the package on the server.
C.    Open a command prompt and run the gacutil command.
D.    Open a command prompt and run the dtutil /copy command.
E.    Open a command prompt and run the dtexec /rep /conn command.
F.    Open a command prompt and run the dtexec /dumperror /conn command.
G.    Open a command prompt and execute the package by using the SQL Log provider and running the dtexecui.exe utility.
H.    Create a reusable custom logging component and use it in the SSIS project.
I.    Configure the SSIS solution to use the Project Deployment Model.
J.    Configure the output of a component in the package data flow to use a data tap.
K.    Run the dtutil command to deploy the package to the SSIS catalog and store the configuration in SQL Server.

Answer: C
Explanation:
http://msdn.microsoft.com/en-us/lib

QUESTION 110
You are designing a data warehouse that uses SQL Server 2012.
You are preparing to update the contents of a fact table that contains a non-clustered columnstore index.
You need to run an update statement against the table.
What should you do first?

A.    Change the recovery model of the database to Bulk-logged.
B.    Pause the columnstore index.
C.    Change the non-clustered columnstore index to be a clustered columnstore index.
D.    Drop the columnstore index.

Answer: D

If you want to get more 70-458 exam preparation material,you can download the free demos in PDF files on Lead2pass.It would be great help for you exam.Wish you pass the exam successfully.

www.lead2pass.com/70-458.html