READ Free Dumps For Microsoft- 70-462
Question ID 18899 | You develop a Microsoft SQL Server 2012 database. You create a view from the Orders
and OrderDetails tables by using the following definition.
You need to improve the performance of the view by persisting data to disk.
What should you do?
|
Option A | Create an INSTEAD OF trigger on the view.
|
Option B | Create an AFTER trigger on the view.
|
Option C | Modify the view to use the WITH VIEW_METADATA clause.
|
Option D | Create a clustered index on the view.
|
Correct Answer | D |
Explanation Explanation: Explanation/Reference: http://msdn.microsoft.com/en-us/library/ms188783.aspx
Question ID 18900 | You administer a Microsoft SQL Server database. Service accounts for SQL Agent are
configured to use a local user. A Microsoft SQL Server Integration Services (SSIS) job step
has been created within a SQL Server Agent job. The SSIS package accesses a network
share when exporting data from a SQL Server database.
When you execute the SQL Server Agent job, it fails due to a permissions failure on a
share on a remote server.
You need to ensure that the SQL Server Agent job can execute the SSIS package.
Which four 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.)
|
Option A | Answer :
|
Correct Answer | A |
Explanation