PrepAway - Latest Free Exam Questions & Answers

Category: 70-464 (v.3)

Briefing 70-464: Developing Microsoft SQL Server 2012 Databases (update January 2nd, 2018)

You need to complete the script for the stored procedure

You have a table named Customers that has a clustered index defined on the ID column.
You write a script to create a stored procedure.
You need to complete the script for the stored procedure. The solution must minimize the number of locks and
deadlocks.
What should you do?
To answer, drag the appropriate option to the correct location in the answer area. (Answer choices may be
used once, more than once, or not at all.)
Select and Place:

Which type of objects should you identify?

You plan to design an application that temporarily stores data in a SQL Azure database.
You need to identify which types of database objects can be used to store data for the application. The solution
must ensure that the application can make changes to the schema of a temporary object during a session.
Which type of objects should you identify?

You need to ensure that the query uses the index

You create a table named Customers by using the following code segment:

You create a non-clustered index named IX_Name on the name column.
You write the following query to retrieve all of the customers that have a name that starts with the letters SMI:

You discover that the query performs a table scan.
You need to ensure that the query uses the index.
What should you do?

Which code segment should you execute?

You have a SQL Server 2012 database named Database1. Database1 has a data file named
Database1_data.mdf and a transaction log named Database1jog.ldf. Database1_data.mdf is 1.5 GB.
Database1jog.ldf is 1.5 terabytes.
A full backup of Database1 is performed every day.
You need to reduce the size of the log file. The solution must ensure that you can perform transaction log
backups in the future.
Which code segment should you execute?
To answer, move the appropriate code segments from the list of code segments to the answer area and
arrange them in the correct order.
Select and Place:

You need to view the server resource consumption when t…

You have a SQL Server 2012 database named database1.Users report that queries that usually take less than one second to execute, take more than 30 seconds to
execute.
You need to view the server resource consumption when the queries are executed.
What should you do?
To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the
correct order.
Select and Place:

You need to ensure that up_customers returns rows when …

You have a SQL Server 2012 database named Database1.
Database1 has a table named Customers. Customers contains more than 1 million rows. The database has a
stored procedure that was created by using the following script:

You need to ensure that up_customers returns rows when the following statement is executed:
EXECUTE up_customers’1,2,3,4,5′;
What should you do?

What three tasks should you perform next?

You plan to create a custom aggregation function named Function1.
You plan to deploy Function1 to SQL Server 2012.
You need to ensure that Function1 can access a web service. The solution must minimize the number of
changes made to the database.
You create a Microsoft .NET Framework class that contains the definition of Function1.
You upload a certificate to SQL Server.
What three tasks should you perform next?
To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the
correct order.
Select and Place:


Page 9 of 19« First...7891011...Last »